Skip to content

Commit

Permalink
Fix fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 5, 2024
1 parent 84c5dfb commit 6c7ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/e2e/tests/given-app/_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import { getRandomId, writeJsonAsync } from '../utils';
import { test as setup } from './_fixture';
import { test as setup } from './../given-login/_fixture';

setup('prepare app', async ({ appsPage }) => {
const appName = `my-app-${getRandomId()}`;
Expand Down

0 comments on commit 6c7ffab

Please sign in to comment.