Skip to content

Commit

Permalink
fix-ids-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Feb 6, 2024
1 parent e0886ef commit 0fa8744
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/register2/components/step-b/step-b.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/app/register2/components/step-c/step-c.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="orc-font-body-small" i18n="@@register.step4.3">
></app-form-visibility>
<div class="step-actions">
<button
id="step-d-register-button"
id="step-c-register-button"
mat-raised-button
color="primary"
[disabled]="loading"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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
2 changes: 1 addition & 1 deletion src/app/register2/components/step-d/step-d.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 0fa8744

Please sign in to comment.