Skip to content

Commit

Permalink
Disable strict mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Dec 30, 2024
1 parent 1d95c24 commit e46400d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/e2e-commons/config/playwright.config.default.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const playwrightConfig = defineConfig( {
locale: 'en-US',
contextOptions: {
reducedMotion: 'reduce',
strictSelectors: true,
// TODO - Enable strictSelectors once all tests are updated.
// strictSelectors: true,
},
},
reportSlowTests: null,
Expand Down

0 comments on commit e46400d

Please sign in to comment.