Skip to content

Commit 5369652

Browse files
author
Dennis Labordus
committed
Fixed snapshots.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent d999ebd commit 5369652

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/unit/editors/protocol104/wizards/__snapshots__/address.test.snap.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ snapshots["Wizards for 104 Address Element edit basic 104 Address looks like the
6060
</div>
6161
<mwc-button
6262
dialogaction="close"
63-
label="[cancel]"
63+
label="[close]"
6464
slot="secondaryAction"
6565
style="--mdc-theme-primary: var(--mdc-theme-error)"
6666
>
@@ -141,7 +141,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with expected value
141141
</div>
142142
<mwc-button
143143
dialogaction="close"
144-
label="[cancel]"
144+
label="[close]"
145145
slot="secondaryAction"
146146
style="--mdc-theme-primary: var(--mdc-theme-error)"
147147
>
@@ -424,7 +424,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with unit multiplier
424424
</div>
425425
<mwc-button
426426
dialogaction="close"
427-
label="[cancel]"
427+
label="[close]"
428428
slot="secondaryAction"
429429
style="--mdc-theme-primary: var(--mdc-theme-error)"
430430
>
@@ -723,7 +723,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with scale fields lo
723723
</div>
724724
<mwc-button
725725
dialogaction="close"
726-
label="[cancel]"
726+
label="[close]"
727727
slot="secondaryAction"
728728
style="--mdc-theme-primary: var(--mdc-theme-error)"
729729
>

test/unit/editors/protocol104/wizards/__snapshots__/connectedap.test.snap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ snapshots["Wizards for SCL element ConnectedAP include a create wizard that look
5252
</div>
5353
<mwc-button
5454
dialogaction="close"
55-
label="[cancel]"
55+
label="[close]"
5656
slot="secondaryAction"
5757
style="--mdc-theme-primary: var(--mdc-theme-error)"
5858
>

test/unit/editors/protocol104/wizards/__snapshots__/subnetwork.test.snap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ snapshots["SubNetwork 104 wizard include an create wizard that looks like the la
4343
</div>
4444
<mwc-button
4545
dialogaction="close"
46-
label="[cancel]"
46+
label="[close]"
4747
slot="secondaryAction"
4848
style="--mdc-theme-primary: var(--mdc-theme-error)"
4949
>

0 commit comments

Comments
 (0)