Skip to content

Commit

Permalink
fix failing test, see microsoft/playwright/issues/16834
Browse files Browse the repository at this point in the history
  • Loading branch information
uier committed Mar 18, 2024
1 parent 75509fc commit 9f05e69
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@iconify-json/uil": "^1.1.0",
"@playwright/test": "^1.34.3",
"@playwright/test": "^1.42.1",
"@types/dompurify": "^2.3.3",
"@types/katex": "^0.11.1",
"@types/markdown-it": "^12.2.3",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineConfig({

webServer: {
command: "NODE_ENV=test pnpm preview --port 3000",
url: "http://127.0.0.1:3000",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
},
});
33 changes: 21 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f05e69

Please sign in to comment.