We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7970e6 commit 6811d57Copy full SHA for 6811d57
test/playwright-tests/disabled.spec.ts
@@ -1,7 +1,7 @@
1
import { test, expect } from '@playwright/test';
2
3
test.beforeEach(async ({ page }) => {
4
- await page.goto('http://localhost:8080/test/smoke/');
+ await page.goto('/dist/playwright-test-page/');
5
await page.waitForSelector('math-field', { timeout: 5000 });
6
});
7
0 commit comments