Skip to content

Commit 6811d57

Browse files
committed
fix: test
1 parent a7970e6 commit 6811d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/playwright-tests/disabled.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test, expect } from '@playwright/test';
22

33
test.beforeEach(async ({ page }) => {
4-
await page.goto('http://localhost:8080/test/smoke/');
4+
await page.goto('/dist/playwright-test-page/');
55
await page.waitForSelector('math-field', { timeout: 5000 });
66
});
77

0 commit comments

Comments
 (0)