Skip to content

Commit 538391f

Browse files
committed
playwright: Disable mirage fixture from being applied automatically
1 parent 03eadae commit 538391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const test = base.extend<AppOptions & AppFixtures>({
3737
await mirage.setup();
3838
await use(mirage);
3939
},
40-
{ auto: true, scope: 'test' },
40+
{ scope: 'test' },
4141
],
4242
ember: [
4343
async ({ page, emberOptions }, use) => {

0 commit comments

Comments
 (0)