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 a4435bc commit e0886ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -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 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-c-register-button"
id="step-d-register-button"
mat-raised-button
color="primary"
[disabled]="loading"
Expand Down
4 changes: 2 additions & 2 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 i18n="@@shared.skipThisStepWithoutAddingAnAffiliation" class="skip-step">
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 @@ -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 Down

0 comments on commit e0886ef

Please sign in to comment.