Skip to content

Commit e2c6cd6

Browse files
committed
test: update snapshots
1 parent 617c3b6 commit e2c6cd6

34 files changed

+512
-0
lines changed

test/e2e/__snapshots__/allowed-hosts.test.js.snap.webpack4

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exports[`allowed hosts check host headers should always allow value of the \`hos
3838

3939
exports[`allowed hosts should connect web socket client using "[::1] host to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
4040
Array [
41+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
4142
"[HMR] Waiting for update signal from WDS...",
4243
"Hey.",
4344
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -49,6 +50,7 @@ exports[`allowed hosts should connect web socket client using "[::1] host to web
4950

5051
exports[`allowed hosts should connect web socket client using "[::1] host to web socket server with the "auto" value ("ws"): console messages 1`] = `
5152
Array [
53+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
5254
"[HMR] Waiting for update signal from WDS...",
5355
"Hey.",
5456
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -60,6 +62,7 @@ exports[`allowed hosts should connect web socket client using "[::1] host to web
6062

6163
exports[`allowed hosts should connect web socket client using "127.0.0.1" host to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
6264
Array [
65+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
6366
"[HMR] Waiting for update signal from WDS...",
6467
"Hey.",
6568
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -71,6 +74,7 @@ exports[`allowed hosts should connect web socket client using "127.0.0.1" host t
7174

7275
exports[`allowed hosts should connect web socket client using "127.0.0.1" host to web socket server with the "auto" value ("ws"): console messages 1`] = `
7376
Array [
77+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
7478
"[HMR] Waiting for update signal from WDS...",
7579
"Hey.",
7680
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -82,6 +86,7 @@ exports[`allowed hosts should connect web socket client using "127.0.0.1" host t
8286

8387
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
8488
Array [
89+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
8590
"[HMR] Waiting for update signal from WDS...",
8691
"Hey.",
8792
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -93,6 +98,7 @@ exports[`allowed hosts should connect web socket client using "chrome-extension:
9398

9499
exports[`allowed hosts should connect web socket client using "chrome-extension:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
95100
Array [
101+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
96102
"[HMR] Waiting for update signal from WDS...",
97103
"Hey.",
98104
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -104,6 +110,7 @@ exports[`allowed hosts should connect web socket client using "chrome-extension:
104110

105111
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
106112
Array [
113+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
107114
"[HMR] Waiting for update signal from WDS...",
108115
"Hey.",
109116
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -115,6 +122,7 @@ exports[`allowed hosts should connect web socket client using "file:" protocol t
115122

116123
exports[`allowed hosts should connect web socket client using "file:" protocol to web socket server with the "auto" value ("ws"): console messages 1`] = `
117124
Array [
125+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
118126
"[HMR] Waiting for update signal from WDS...",
119127
"Hey.",
120128
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -126,6 +134,7 @@ exports[`allowed hosts should connect web socket client using "file:" protocol t
126134

127135
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("sockjs"): console messages 1`] = `
128136
Array [
137+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
129138
"[HMR] Waiting for update signal from WDS...",
130139
"Hey.",
131140
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -137,6 +146,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
137146

138147
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value ("ws"): console messages 1`] = `
139148
Array [
149+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
140150
"[HMR] Waiting for update signal from WDS...",
141151
"Hey.",
142152
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -148,6 +158,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
148158

149159
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("sockjs"): console messages 1`] = `
150160
Array [
161+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
151162
"[HMR] Waiting for update signal from WDS...",
152163
"Hey.",
153164
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -159,6 +170,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
159170

160171
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the "all" value in array ("ws"): console messages 1`] = `
161172
Array [
173+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
162174
"[HMR] Waiting for update signal from WDS...",
163175
"Hey.",
164176
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -170,6 +182,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
170182

171183
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value ("sockjs"): console messages 1`] = `
172184
Array [
185+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
173186
"[HMR] Waiting for update signal from WDS...",
174187
"Hey.",
175188
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -181,6 +194,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
181194

182195
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value ("ws"): console messages 1`] = `
183196
Array [
197+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
184198
"[HMR] Waiting for update signal from WDS...",
185199
"Hey.",
186200
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -192,6 +206,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
192206

193207
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value starting with dot ("sockjs"): console messages 1`] = `
194208
Array [
209+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
195210
"[HMR] Waiting for update signal from WDS...",
196211
"Hey.",
197212
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -203,6 +218,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
203218

204219
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the custom hostname value starting with dot ("ws"): console messages 1`] = `
205220
Array [
221+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
206222
"[HMR] Waiting for update signal from WDS...",
207223
"Hey.",
208224
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -214,6 +230,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
214230

215231
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the multiple custom hostname values ("sockjs"): console messages 1`] = `
216232
Array [
233+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
217234
"[HMR] Waiting for update signal from WDS...",
218235
"Hey.",
219236
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -225,6 +242,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
225242

226243
exports[`allowed hosts should connect web socket client using custom hostname to web socket server with the multiple custom hostname values ("ws"): console messages 1`] = `
227244
Array [
245+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
228246
"[HMR] Waiting for update signal from WDS...",
229247
"Hey.",
230248
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -236,6 +254,7 @@ exports[`allowed hosts should connect web socket client using custom hostname to
236254

237255
exports[`allowed hosts should connect web socket client using custom sub hostname to web socket server with the custom hostname value ("sockjs"): console messages 1`] = `
238256
Array [
257+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
239258
"[HMR] Waiting for update signal from WDS...",
240259
"Hey.",
241260
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -247,6 +266,7 @@ exports[`allowed hosts should connect web socket client using custom sub hostnam
247266

248267
exports[`allowed hosts should connect web socket client using custom sub hostname to web socket server with the custom hostname value ("ws"): console messages 1`] = `
249268
Array [
269+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
250270
"[HMR] Waiting for update signal from WDS...",
251271
"Hey.",
252272
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -258,6 +278,7 @@ exports[`allowed hosts should connect web socket client using custom sub hostnam
258278

259279
exports[`allowed hosts should connect web socket client using localhost to web socket server with the "auto" value ("sockjs"): console messages 1`] = `
260280
Array [
281+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
261282
"[HMR] Waiting for update signal from WDS...",
262283
"Hey.",
263284
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -269,6 +290,7 @@ exports[`allowed hosts should connect web socket client using localhost to web s
269290

270291
exports[`allowed hosts should connect web socket client using localhost to web socket server with the "auto" value ("ws"): console messages 1`] = `
271292
Array [
293+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
272294
"[HMR] Waiting for update signal from WDS...",
273295
"Hey.",
274296
"[webpack-dev-server] Hot Module Replacement enabled.",
@@ -292,6 +314,7 @@ exports[`allowed hosts should disconnect web client using localhost to web socke
292314

293315
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "host" header ("sockjs"): console messages 1`] = `
294316
Array [
317+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
295318
"[HMR] Waiting for update signal from WDS...",
296319
"Hey.",
297320
"[webpack-dev-server] Invalid Host/Origin header",
@@ -304,6 +327,7 @@ exports[`allowed hosts should disconnect web socket client using custom hostname
304327

305328
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "host" header ("ws"): console messages 1`] = `
306329
Array [
330+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
307331
"[HMR] Waiting for update signal from WDS...",
308332
"Hey.",
309333
"[webpack-dev-server] Invalid Host/Origin header",
@@ -316,6 +340,7 @@ exports[`allowed hosts should disconnect web socket client using custom hostname
316340

317341
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "host" header when "server: 'https'" is enabled ("sockjs"): console messages 1`] = `
318342
Array [
343+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
319344
"[HMR] Waiting for update signal from WDS...",
320345
"Hey.",
321346
"[webpack-dev-server] Invalid Host/Origin header",
@@ -328,6 +353,7 @@ exports[`allowed hosts should disconnect web socket client using custom hostname
328353

329354
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "host" header when "server: 'https'" is enabled ("ws"): console messages 1`] = `
330355
Array [
356+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
331357
"[HMR] Waiting for update signal from WDS...",
332358
"Hey.",
333359
"[webpack-dev-server] Invalid Host/Origin header",
@@ -340,6 +366,7 @@ exports[`allowed hosts should disconnect web socket client using custom hostname
340366

341367
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "origin" header ("sockjs"): console messages 1`] = `
342368
Array [
369+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
343370
"[HMR] Waiting for update signal from WDS...",
344371
"Hey.",
345372
"[webpack-dev-server] Invalid Host/Origin header",
@@ -352,6 +379,7 @@ exports[`allowed hosts should disconnect web socket client using custom hostname
352379

353380
exports[`allowed hosts should disconnect web socket client using custom hostname from web socket server with the "auto" value based on the "origin" header ("ws"): console messages 1`] = `
354381
Array [
382+
"[webpack-dev-server] Overlay is enabled for both errors and warnings.",
355383
"[HMR] Waiting for update signal from WDS...",
356384
"Hey.",
357385
"[webpack-dev-server] Invalid Host/Origin header",

0 commit comments

Comments
 (0)