Skip to content

Commit

Permalink
test: fix broken e2e test (#11860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Aug 28, 2024
1 parent cfbf428 commit fe80a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/client-idle-timeout.test.js
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit fe80a2c

Please sign in to comment.