Skip to content

Commit 081f5cd

Browse files
committed
🐛 Fix slow tab pool test - wrong page path format
1 parent 30f5e00 commit 081f5cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clients/static-site/tests/e2e.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ describe('Static-Site E2E with shared test-site', { skip: !runE2E }, () => {
326326
pool = createTabPool(browser, 2);
327327

328328
let pages = [
329-
{ path: '/index.html', source: 'html' },
330-
{ path: '/features.html', source: 'html' },
331-
{ path: '/pricing.html', source: 'html' },
329+
{ path: '/', source: 'html' },
330+
{ path: '/features', source: 'html' },
331+
{ path: '/pricing', source: 'html' },
332332
];
333333

334334
let config = {

0 commit comments

Comments
 (0)