mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
test: fix broken e2e test (#11860)
This commit is contained in:
parent
cfbf428643
commit
fe80a2cc0c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { expect } from '@playwright/test';
|
||||
import { testFactory, waitForHydrate } from './test-utils.js';
|
||||
|
||||
const test = testFactory({ root: './fixtures/client-idle-timeout/' });
|
||||
const test = testFactory(import.meta.url, { root: './fixtures/client-idle-timeout/' });
|
||||
|
||||
let devServer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue