Skip to content

Commit a3091fd

Browse files
PD-5738 fixed the duplicate cy ids (#2870)
1 parent a1422b8 commit a3091fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/account-settings/components/settings-actions-duplicated/settings-actions-duplicated.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3 i18n class="mt-0 mb-2">Which account do you want to remove?</h3>
110110
matInput
111111
autocomplete="off"
112112
[errorStateMatcher]="errorMatcher"
113-
id="cy-duplicate-rercod-email"
113+
id="cy-duplicate-record-email"
114114
/>
115115
</mat-form-field>
116116

@@ -134,7 +134,7 @@ <h3 i18n class="mt-0 mb-2">Which account do you want to remove?</h3>
134134
matInput
135135
autocomplete="new-password"
136136
[errorStateMatcher]="errorMatcher"
137-
id="cy-duplicate-rercod-email"
137+
id="cy-duplicate-record-password"
138138
/>
139139
</mat-form-field>
140140

0 commit comments

Comments
 (0)