Skip to content

Commit 0ec10b5

Browse files
author
Dennis Labordus
committed
Fixed snapshot tests.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 356bbbe commit 0ec10b5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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
@@ -3,7 +3,7 @@ export const snapshots = {};
33

44
snapshots["Wizards for 104 Address Element edit basic 104 Address looks like the latest snapshot"] =
55
`<mwc-dialog
6-
defaultaction="close"
6+
defaultaction="next"
77
heading="[protocol104.wizard.title.addressEdit]"
88
open=""
99
style="--mdc-dialog-min-width:calc(100% + 0px)"
@@ -78,7 +78,7 @@ snapshots["Wizards for 104 Address Element edit basic 104 Address looks like the
7878

7979
snapshots["Wizards for 104 Address Element edit 104 Address with expected value looks like the latest snapshot"] =
8080
`<mwc-dialog
81-
defaultaction="close"
81+
defaultaction="next"
8282
heading="[protocol104.wizard.title.addressEdit]"
8383
open=""
8484
style="--mdc-dialog-min-width:calc(100% + 0px)"
@@ -160,7 +160,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with expected value
160160

161161
snapshots["Wizards for 104 Address Element edit 104 Address with unit multiplier looks like the latest snapshot"] =
162162
`<mwc-dialog
163-
defaultaction="close"
163+
defaultaction="next"
164164
heading="[protocol104.wizard.title.addressEdit]"
165165
open=""
166166
style="--mdc-dialog-min-width:calc(100% + 0px)"
@@ -443,7 +443,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with unit multiplier
443443

444444
snapshots["Wizards for 104 Address Element edit 104 Address with scale fields looks like the latest snapshot"] =
445445
`<mwc-dialog
446-
defaultaction="close"
446+
defaultaction="next"
447447
heading="[protocol104.wizard.title.addressEdit]"
448448
open=""
449449
style="--mdc-dialog-min-width:calc(100% + 0px)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const snapshots = {};
33

44
snapshots["Wizards for SCL element ConnectedAP include a create wizard that looks like the latest snapshot"] =
55
`<mwc-dialog
6-
defaultaction="close"
6+
defaultaction="next"
77
heading="[wizard.title.add]"
88
open=""
99
style="--mdc-dialog-min-width:calc(100% + 0px)"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* @web/test-runner snapshot v1 */
22
export const snapshots = {};
33

4-
snapshots["Wizards for 104 DOI Element show 104 DOI Info looks like the latest snapshot"] =
4+
snapshots["Wizards for 104 DOI Element show 104 DOI Info looks like the latest snapshot"] =
55
`<mwc-dialog
6-
defaultaction="close"
6+
defaultaction="next"
77
heading="[protocol104.wizard.title.doiInfo]"
88
open=""
99
style="--mdc-dialog-min-width:calc(100% + 48px)"
@@ -70,9 +70,9 @@ snapshots["Wizards for 104 DOI Element show 104 DOI Info looks like the latest s
7070
`;
7171
/* end snapshot Wizards for 104 DOI Element show 104 DOI Info looks like the latest snapshot */
7272

73-
snapshots["Wizards for 104 DOI Element show 104 DOI Info with ctlModel looks like the latest snapshot"] =
73+
snapshots["Wizards for 104 DOI Element show 104 DOI Info with ctlModel looks like the latest snapshot"] =
7474
`<mwc-dialog
75-
defaultaction="close"
75+
defaultaction="next"
7676
heading="[protocol104.wizard.title.doiInfo]"
7777
open=""
7878
style="--mdc-dialog-min-width:calc(100% + 48px)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const snapshots = {};
33

44
snapshots["SubNetwork 104 wizard include an create wizard that looks like the latest snapshot"] =
55
`<mwc-dialog
6-
defaultaction="close"
6+
defaultaction="next"
77
heading="[wizard.title.add]"
88
open=""
99
style="--mdc-dialog-min-width:calc(100% + 0px)"

0 commit comments

Comments
 (0)