Skip to content

Commit d8382b0

Browse files
committed
test: fix atomics test
1 parent 2352cd4 commit d8382b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.atomics.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ config.use.launchOptions = {
55
};
66
config.use.contextOptions.recordVideo = undefined;
77
config.webServer.command = 'npm run serve.atomics.test';
8-
config.webServer.port = 4002;
8+
config.webServer.port = 4003;
99

1010
export default config;

0 commit comments

Comments
 (0)