Skip to content

Commit ebaaa4c

Browse files
committed
addressed pr requests
1 parent 5c1cda2 commit ebaaa4c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878

7979
/* Run your local dev server before starting the tests */
8080
webServer: {
81-
command: 'npm run start:local',
81+
command: 'npm run start',
8282
url: 'http://localhost:4200',
8383
reuseExistingServer: !process.env.CI,
8484
stderr: "pipe",

tests/fixtures/test-image.png

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)