Skip to content

Commit 4c9fa2a

Browse files
committed
build fix. Fixed playwright config to use updated URL.
1 parent 178c57c commit 4c9fa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
2828
use: {
2929
/* Base URL to use in actions like `await page.goto('/')`. */
30-
baseURL: 'http://localhost:8080',
30+
baseURL: 'http://localhost:8081',
3131

3232
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3333
trace: 'on-first-retry',

0 commit comments

Comments
 (0)