|
| 1 | +/* @web/test-runner snapshot v1 */ |
| 2 | +export const snapshots = {}; |
| 3 | + |
| 4 | +snapshots["Wizards for 104 DOI Element show 104 DOI Basic Info (Known CDC Monitor Only) looks like the latest snapshot"] = |
| 5 | +`<mwc-dialog |
| 6 | + defaultaction="next" |
| 7 | + heading="[protocol104.wizard.title.doiInfo]" |
| 8 | + open="" |
| 9 | + style="--mdc-dialog-min-width:calc(100% + 48px)" |
| 10 | +> |
| 11 | + <nav> |
| 12 | + <mwc-icon-button icon="more_vert"> |
| 13 | + </mwc-icon-button> |
| 14 | + <mwc-menu |
| 15 | + class="actions-menu" |
| 16 | + corner="BOTTOM_RIGHT" |
| 17 | + menucorner="END" |
| 18 | + > |
| 19 | + <mwc-list-item |
| 20 | + aria-disabled="false" |
| 21 | + graphic="icon" |
| 22 | + mwc-list-item="" |
| 23 | + tabindex="-1" |
| 24 | + > |
| 25 | + <span> |
| 26 | + [protocol104.values.removeAddresses] |
| 27 | + </span> |
| 28 | + <mwc-icon slot="graphic"> |
| 29 | + delete |
| 30 | + </mwc-icon> |
| 31 | + </mwc-list-item> |
| 32 | + </mwc-menu> |
| 33 | + </nav> |
| 34 | + <div id="wizard-content"> |
| 35 | + <wizard-textfield |
| 36 | + disabled="" |
| 37 | + label="IED" |
| 38 | + readonly="" |
| 39 | + > |
| 40 | + </wizard-textfield> |
| 41 | + <mwc-textarea |
| 42 | + cols="40" |
| 43 | + disabled="" |
| 44 | + label="DOI" |
| 45 | + readonly="" |
| 46 | + rows="2" |
| 47 | + value="AP1 / LD0 / GAPC-1 / Op" |
| 48 | + > |
| 49 | + </mwc-textarea> |
| 50 | + <wizard-textfield |
| 51 | + disabled="" |
| 52 | + label="Common Data Class" |
| 53 | + readonly="" |
| 54 | + > |
| 55 | + </wizard-textfield> |
| 56 | + <wizard-textfield |
| 57 | + disabled="" |
| 58 | + label="104 Configuration available" |
| 59 | + readonly="" |
| 60 | + > |
| 61 | + </wizard-textfield> |
| 62 | + <wizard-textfield |
| 63 | + disabled="" |
| 64 | + label="Available Monitor TIs" |
| 65 | + readonly="" |
| 66 | + > |
| 67 | + </wizard-textfield> |
| 68 | + <wizard-textfield |
| 69 | + disabled="" |
| 70 | + label="Found Monitor TIs" |
| 71 | + readonly="" |
| 72 | + > |
| 73 | + </wizard-textfield> |
| 74 | + </div> |
| 75 | + <mwc-button |
| 76 | + dialogaction="close" |
| 77 | + label="[close]" |
| 78 | + slot="secondaryAction" |
| 79 | + style="--mdc-theme-primary: var(--mdc-theme-error)" |
| 80 | + > |
| 81 | + </mwc-button> |
| 82 | +</mwc-dialog> |
| 83 | +`; |
| 84 | +/* end snapshot Wizards for 104 DOI Element show 104 DOI Basic Info (Known CDC Monitor Only) looks like the latest snapshot */ |
| 85 | + |
| 86 | +snapshots["Wizards for 104 DOI Element show 104 DOI Basic Info with ctlModel (Known CDC Monitor and Control) looks like the latest snapshot"] = |
| 87 | +`<mwc-dialog |
| 88 | + defaultaction="next" |
| 89 | + heading="[protocol104.wizard.title.doiInfo]" |
| 90 | + open="" |
| 91 | + style="--mdc-dialog-min-width:calc(100% + 48px)" |
| 92 | +> |
| 93 | + <nav> |
| 94 | + <mwc-icon-button icon="more_vert"> |
| 95 | + </mwc-icon-button> |
| 96 | + <mwc-menu |
| 97 | + class="actions-menu" |
| 98 | + corner="BOTTOM_RIGHT" |
| 99 | + menucorner="END" |
| 100 | + > |
| 101 | + <mwc-list-item |
| 102 | + aria-disabled="false" |
| 103 | + graphic="icon" |
| 104 | + mwc-list-item="" |
| 105 | + tabindex="-1" |
| 106 | + > |
| 107 | + <span> |
| 108 | + [protocol104.values.removeAddresses] |
| 109 | + </span> |
| 110 | + <mwc-icon slot="graphic"> |
| 111 | + delete |
| 112 | + </mwc-icon> |
| 113 | + </mwc-list-item> |
| 114 | + </mwc-menu> |
| 115 | + </nav> |
| 116 | + <div id="wizard-content"> |
| 117 | + <wizard-textfield |
| 118 | + disabled="" |
| 119 | + label="IED" |
| 120 | + readonly="" |
| 121 | + > |
| 122 | + </wizard-textfield> |
| 123 | + <mwc-textarea |
| 124 | + cols="40" |
| 125 | + disabled="" |
| 126 | + label="DOI" |
| 127 | + readonly="" |
| 128 | + rows="2" |
| 129 | + value="AP1 / LD0 / GGIO-1 / CmdBlk" |
| 130 | + > |
| 131 | + </mwc-textarea> |
| 132 | + <wizard-textfield |
| 133 | + disabled="" |
| 134 | + label="Common Data Class" |
| 135 | + readonly="" |
| 136 | + > |
| 137 | + </wizard-textfield> |
| 138 | + <wizard-textfield |
| 139 | + disabled="" |
| 140 | + label="ctlModel" |
| 141 | + readonly="" |
| 142 | + > |
| 143 | + </wizard-textfield> |
| 144 | + <wizard-textfield |
| 145 | + disabled="" |
| 146 | + label="104 Configuration available" |
| 147 | + readonly="" |
| 148 | + > |
| 149 | + </wizard-textfield> |
| 150 | + <wizard-textfield |
| 151 | + disabled="" |
| 152 | + label="Available Monitor TIs" |
| 153 | + readonly="" |
| 154 | + > |
| 155 | + </wizard-textfield> |
| 156 | + <wizard-textfield |
| 157 | + disabled="" |
| 158 | + label="Found Monitor TIs" |
| 159 | + readonly="" |
| 160 | + > |
| 161 | + </wizard-textfield> |
| 162 | + <wizard-textfield |
| 163 | + disabled="" |
| 164 | + label="Available Control TIs" |
| 165 | + readonly="" |
| 166 | + > |
| 167 | + </wizard-textfield> |
| 168 | + <wizard-textfield |
| 169 | + disabled="" |
| 170 | + label="Found Control TIs" |
| 171 | + readonly="" |
| 172 | + > |
| 173 | + </wizard-textfield> |
| 174 | + </div> |
| 175 | + <mwc-button |
| 176 | + dialogaction="close" |
| 177 | + label="[close]" |
| 178 | + slot="secondaryAction" |
| 179 | + style="--mdc-theme-primary: var(--mdc-theme-error)" |
| 180 | + > |
| 181 | + </mwc-button> |
| 182 | +</mwc-dialog> |
| 183 | +`; |
| 184 | +/* end snapshot Wizards for 104 DOI Element show 104 DOI Basic Info with ctlModel (Known CDC Monitor and Control) looks like the latest snapshot */ |
| 185 | + |
| 186 | +snapshots["Wizards for 104 DOI Element show 104 DOI Basic Info (Unknown CDC) looks like the latest snapshot"] = |
| 187 | +`<mwc-dialog |
| 188 | + defaultaction="next" |
| 189 | + heading="[protocol104.wizard.title.doiInfo]" |
| 190 | + open="" |
| 191 | + style="--mdc-dialog-min-width:calc(100% + 48px)" |
| 192 | +> |
| 193 | + <nav> |
| 194 | + <mwc-icon-button icon="more_vert"> |
| 195 | + </mwc-icon-button> |
| 196 | + <mwc-menu |
| 197 | + class="actions-menu" |
| 198 | + corner="BOTTOM_RIGHT" |
| 199 | + menucorner="END" |
| 200 | + > |
| 201 | + <mwc-list-item |
| 202 | + aria-disabled="false" |
| 203 | + graphic="icon" |
| 204 | + mwc-list-item="" |
| 205 | + tabindex="-1" |
| 206 | + > |
| 207 | + <span> |
| 208 | + [protocol104.values.removeAddresses] |
| 209 | + </span> |
| 210 | + <mwc-icon slot="graphic"> |
| 211 | + delete |
| 212 | + </mwc-icon> |
| 213 | + </mwc-list-item> |
| 214 | + </mwc-menu> |
| 215 | + </nav> |
| 216 | + <div id="wizard-content"> |
| 217 | + <wizard-textfield |
| 218 | + disabled="" |
| 219 | + label="IED" |
| 220 | + readonly="" |
| 221 | + > |
| 222 | + </wizard-textfield> |
| 223 | + <mwc-textarea |
| 224 | + cols="40" |
| 225 | + disabled="" |
| 226 | + label="DOI" |
| 227 | + readonly="" |
| 228 | + rows="2" |
| 229 | + value="AP1 / LD0 / GAPC-1 / Str" |
| 230 | + > |
| 231 | + </mwc-textarea> |
| 232 | + <wizard-textfield |
| 233 | + disabled="" |
| 234 | + label="Common Data Class" |
| 235 | + readonly="" |
| 236 | + > |
| 237 | + </wizard-textfield> |
| 238 | + <wizard-textfield |
| 239 | + disabled="" |
| 240 | + label="104 Configuration available" |
| 241 | + readonly="" |
| 242 | + > |
| 243 | + </wizard-textfield> |
| 244 | + <wizard-textfield |
| 245 | + disabled="" |
| 246 | + label="Other TIs" |
| 247 | + readonly="" |
| 248 | + > |
| 249 | + </wizard-textfield> |
| 250 | + </div> |
| 251 | + <mwc-button |
| 252 | + dialogaction="close" |
| 253 | + label="[close]" |
| 254 | + slot="secondaryAction" |
| 255 | + style="--mdc-theme-primary: var(--mdc-theme-error)" |
| 256 | + > |
| 257 | + </mwc-button> |
| 258 | +</mwc-dialog> |
| 259 | +`; |
| 260 | +/* end snapshot Wizards for 104 DOI Element show 104 DOI Basic Info (Unknown CDC) looks like the latest snapshot */ |
| 261 | + |
0 commit comments