Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 15, 2024
1 parent 8a38d0c commit 75999dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/__snapshots__/ipc.test.js.snap.webpack5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

exports[`web socket server URL should work with the "ipc" option using "string" value ("sockjs"): console messages 1`] = `
[
"Permissions policy violation: unload is not allowed in this document.",
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
"[HMR] Waiting for update signal from WDS...",
"Hey.",
Expand All @@ -23,7 +22,6 @@ exports[`web socket server URL should work with the "ipc" option using "string"

exports[`web socket server URL should work with the "ipc" option using "true" value ("sockjs"): console messages 1`] = `
[
"Permissions policy violation: unload is not allowed in this document.",
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
"[HMR] Waiting for update signal from WDS...",
"Hey.",
Expand Down
1 change: 1 addition & 0 deletions test/helpers/puppeteer-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ module.exports = {
"--prerender-from-omnibox=disabled",
"--use-gl=swiftshader",
"--use-mock-keychain",
"--disable-field-trial-config",
],
};

0 comments on commit 75999dc

Please sign in to comment.