Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phidevz committed Feb 16, 2023
1 parent 141a362 commit 6ff3b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const config: PlaywrightTestConfig = {

/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
port: 4300,
command: 'npm run start -- --port 4300',
url: "http://localhost:4300"
},
};

Expand Down

0 comments on commit 6ff3b3e

Please sign in to comment.