Skip to content

Commit 9093ab1

Browse files
cleaned code
1 parent 7ed40fd commit 9093ab1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

e2e/src/run.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ test.describe('Documentation Site Tests', () => {
4848
});
4949

5050
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`);
51+
await page.goto(`/${CURRENT_BRANCH}/index.html`);
5352

5453
await page.waitForLoadState('domcontentloaded');
5554

0 commit comments

Comments
 (0)