Skip to content

Commit

Permalink
Fixing edit to playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardroth committed Aug 2, 2024
1 parent 112e832 commit f304ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const config: PlaywrightTestConfig = {
use: {
...devices['Nexus 7'],
isMobile: true,
baseURL: 'http://host.docker.internal:4201',
baseURL: 'http://localhost:4201',
},
},
],
Expand Down

0 comments on commit f304ce9

Please sign in to comment.