Skip to content

Commit

Permalink
Merge pull request #2145 from ORCID/feature/fix-ids-buttons
Browse files Browse the repository at this point in the history
fix-ids-buttons
  • Loading branch information
leomendoza123 authored Feb 6, 2024
2 parents b02852c + 86d0a50 commit 2d80d46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/app/register2/components/step-b/step-b.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step2.3">
></app-form-password>
<div class="step-actions">
<button
id="step-c-register-button"
id="step-b-register-button"
mat-raised-button
color="primary"
matStepperNext
Expand All @@ -60,7 +60,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step2.3">
color="primary"
matStepperPrevious
type="button"
id="step-c-back-button"
id="step-b-back-button"
>
<a i18n="@@register.previousStep"> Previous Step</a>
</button>
Expand Down
6 changes: 3 additions & 3 deletions src/app/register2/components/step-c2/step-c2.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step3.3">
></app-form-current-employment>
<div class="step-actions margin-top-12">
<button
id="step-c-register-button"
id="step-c2-register-button"
mat-raised-button
color="primary"
[disabled]="loading"
Expand All @@ -69,7 +69,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step3.3">
mat-button
color="primary"
type="button"
id="step-c-back-button"
id="step-c2-back-button"
(click)="optionalNextStep()"
>
<a
Expand All @@ -84,7 +84,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step3.3">
color="primary"
matStepperPrevious
type="button"
id="step-c-back-button"
id="step-c2-back-button"
>
<a i18n="@@shared.previousStep"> Previous Step</a>
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/app/register2/components/step-d/step-d.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step5.3">
></app-form-anti-robots>
<div class="step-actions">
<button
id="step-c-register-button"
id="step-d-register-button"
mat-raised-button
color="primary"
[disabled]="loading"
Expand All @@ -73,7 +73,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step5.3">
color="primary"
matStepperPrevious
type="button"
id="step-c-back-button"
id="step-d-back-button"
>
<a i18n="@@shared.previousStep"> Previous Step</a>
</button>
Expand Down

0 comments on commit 2d80d46

Please sign in to comment.