Skip to content

Commit 499c65c

Browse files
author
Dennis Labordus
committed
Merge branch '104-plugin' into 104-handle-check
2 parents a561f8a + 0ec10b5 commit 499c65c

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)"
@@ -159,7 +159,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with expected value
159159

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

443443
snapshots["Wizards for 104 Address Element edit 104 Address with scale fields looks like the latest snapshot"] =
444444
`<mwc-dialog
445-
defaultaction="close"
445+
defaultaction="next"
446446
heading="[protocol104.wizard.title.addressEdit]"
447447
open=""
448448
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)