File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
test/unit/editors/protocol104/wizards/__snapshots__ Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export const snapshots = {};
3
3
4
4
snapshots [ "Wizards for 104 Address Element edit basic 104 Address looks like the latest snapshot" ] =
5
5
`<mwc-dialog
6
- defaultaction="close "
6
+ defaultaction="next "
7
7
heading="[protocol104.wizard.title.addressEdit]"
8
8
open=""
9
9
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
78
78
79
79
snapshots [ "Wizards for 104 Address Element edit 104 Address with expected value looks like the latest snapshot" ] =
80
80
`<mwc-dialog
81
- defaultaction="close "
81
+ defaultaction="next "
82
82
heading="[protocol104.wizard.title.addressEdit]"
83
83
open=""
84
84
style="--mdc-dialog-min-width:calc(100% + 0px)"
@@ -159,7 +159,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with expected value
159
159
160
160
snapshots [ "Wizards for 104 Address Element edit 104 Address with unit multiplier looks like the latest snapshot" ] =
161
161
`<mwc-dialog
162
- defaultaction="close "
162
+ defaultaction="next "
163
163
heading="[protocol104.wizard.title.addressEdit]"
164
164
open=""
165
165
style="--mdc-dialog-min-width:calc(100% + 0px)"
@@ -442,7 +442,7 @@ snapshots["Wizards for 104 Address Element edit 104 Address with unit multiplier
442
442
443
443
snapshots [ "Wizards for 104 Address Element edit 104 Address with scale fields looks like the latest snapshot" ] =
444
444
`<mwc-dialog
445
- defaultaction="close "
445
+ defaultaction="next "
446
446
heading="[protocol104.wizard.title.addressEdit]"
447
447
open=""
448
448
style="--mdc-dialog-min-width:calc(100% + 0px)"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export const snapshots = {};
3
3
4
4
snapshots [ "Wizards for SCL element ConnectedAP include a create wizard that looks like the latest snapshot" ] =
5
5
`<mwc-dialog
6
- defaultaction="close "
6
+ defaultaction="next "
7
7
heading="[wizard.title.add]"
8
8
open=""
9
9
style="--mdc-dialog-min-width:calc(100% + 0px)"
Original file line number Diff line number Diff line change 1
1
/* @web /test-runner snapshot v1 */
2
2
export const snapshots = { } ;
3
3
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" ] =
5
5
`<mwc-dialog
6
- defaultaction="close "
6
+ defaultaction="next "
7
7
heading="[protocol104.wizard.title.doiInfo]"
8
8
open=""
9
9
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
70
70
` ;
71
71
/* end snapshot Wizards for 104 DOI Element show 104 DOI Info looks like the latest snapshot */
72
72
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" ] =
74
74
`<mwc-dialog
75
- defaultaction="close "
75
+ defaultaction="next "
76
76
heading="[protocol104.wizard.title.doiInfo]"
77
77
open=""
78
78
style="--mdc-dialog-min-width:calc(100% + 48px)"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export const snapshots = {};
3
3
4
4
snapshots [ "SubNetwork 104 wizard include an create wizard that looks like the latest snapshot" ] =
5
5
`<mwc-dialog
6
- defaultaction="close "
6
+ defaultaction="next "
7
7
heading="[wizard.title.add]"
8
8
open=""
9
9
style="--mdc-dialog-min-width:calc(100% + 0px)"
You can’t perform that action at this time.
0 commit comments