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 7ed40fd commit 9093ab1Copy full SHA for 9093ab1
1 file changed
e2e/src/run.spec.ts
@@ -48,8 +48,7 @@ test.describe('Documentation Site Tests', () => {
48
});
49
50
test('Verify index file exists', async ({ page }) => {
51
- // await page.goto('/index.html');
52
- await page.goto(`http://127.0.0.1:8080/${CURRENT_BRANCH}/index.html`);
+ await page.goto(`/${CURRENT_BRANCH}/index.html`);
53
54
await page.waitForLoadState('domcontentloaded');
55
0 commit comments