Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove "auth.setup" dependency since the logic lives in the global se…
Browse files Browse the repository at this point in the history
…tup instead
  • Loading branch information
tarhi-saad committed Dec 1, 2023
1 parent b71f60b commit 568d667
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
86 changes: 0 additions & 86 deletions tests/e2e/auth.setup.ts

This file was deleted.

6 changes: 0 additions & 6 deletions tests/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,12 @@ const config: ExtendedPlaywrightTestConfig = {
name: 'blockThemeConfiguration',
testDir: '.',
testMatch: /block-theme.setup.ts/,
dependencies: [ 'authSetup' ],
},
{
name: 'blockTheme',
testMatch: /.*.block_theme.spec.ts/,
dependencies: [ 'blockThemeConfiguration' ],
},
{
name: 'authSetup',
testDir: '.',
testMatch: /auth.setup.ts/,
},
],
};

Expand Down
6 changes: 0 additions & 6 deletions tests/e2e/playwright.side-effects.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,11 @@ export default defineConfig( {
name: 'blockThemeConfiguration',
testDir: '.',
testMatch: /block-theme.setup.ts/,
dependencies: [ 'authSetup' ],
},
{
name: 'blockThemeWithGlobalSideEffects',
testMatch: /.*.block_theme.side_effects.spec.ts/,
dependencies: [ 'blockThemeConfiguration' ],
},
{
name: 'authSetup',
testDir: '.',
testMatch: /auth.setup.ts/,
},
],
} );

0 comments on commit 568d667

Please sign in to comment.