Skip to content

Commit 48170a6

Browse files
fix(playwright): simplify grepInvert
1 parent 16597b1 commit 48170a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineConfig({
8080
use: { ...devices['Desktop Chrome'] },
8181
// Added admin setup as a dependency. This will authorize the page with an admin user before running the test. doc: https://playwright.dev/docs/auth#multiple-signed-in-roles
8282
dependencies: ['setup', 'entity-data-setup'],
83-
grepInvert: [/@data-insight/, /@ingestion/, /@sample-data/, /@basic/],
83+
grepInvert: [/@data-insight/],
8484
teardown: 'entity-data-teardown',
8585
testIgnore: [
8686
'**/nightly/**',

0 commit comments

Comments
 (0)