Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Oct 25, 2023
1 parent 3af1d26 commit 8641bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/test-e2e/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ export async function runInBrowser(
args: [
"--ignore-certificate-errors", // allow self-signed certificates
"--disable-gpu",
"--headless",
"--host-resolver-rules=MAP * localhost:5173",
...(nonNullish(userAgent) ? [`--user-agent=${userAgent}`] : []),
"host-resolver-rules=MAP * localhost:5173",
],

// Disables permission prompt for clipboard, needed for tests using the clipboard (without this,
Expand Down

0 comments on commit 8641bed

Please sign in to comment.