mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8062] [E2E] Playwright eslint turned back on (#3877)
This commit is contained in:
@@ -335,20 +335,20 @@
|
||||
"no-empty-pattern": "off",
|
||||
"playwright/expect-expect": "off",
|
||||
"playwright/max-nested-describe": "off",
|
||||
"playwright/missing-playwright-await": "warn",
|
||||
"playwright/missing-playwright-await": "error",
|
||||
"playwright/no-conditional-expect": "off",
|
||||
"playwright/no-conditional-in-test": "off",
|
||||
"playwright/no-duplicate-hooks": "warn",
|
||||
"playwright/no-duplicate-hooks": "error",
|
||||
"playwright/no-element-handle": "warn",
|
||||
"playwright/no-eval": "warn",
|
||||
"playwright/no-focused-test": "warn",
|
||||
"playwright/no-focused-test": "error",
|
||||
"playwright/no-force-option": "warn",
|
||||
"playwright/no-nested-step": "warn",
|
||||
"playwright/no-networkidle": "warn",
|
||||
"playwright/no-page-pause": "warn",
|
||||
"playwright/no-page-pause": "error",
|
||||
"playwright/no-raw-locators": "warn",
|
||||
"playwright/no-skipped-test": "warn",
|
||||
"playwright/no-standalone-expect": "warn",
|
||||
"playwright/no-skipped-test": "error",
|
||||
"playwright/no-standalone-expect": "error",
|
||||
"playwright/no-unsafe-references": "warn",
|
||||
"playwright/no-useless-await": "warn",
|
||||
"playwright/no-useless-not": "warn",
|
||||
@@ -356,7 +356,7 @@
|
||||
"playwright/no-wait-for-timeout": "off",
|
||||
"playwright/prefer-web-first-assertions": "warn",
|
||||
"playwright/valid-describe-callback": "warn",
|
||||
"playwright/valid-expect": "off",
|
||||
"playwright/valid-expect": "warn",
|
||||
"playwright/valid-expect-in-promise": "off",
|
||||
"playwright/valid-title": "off"
|
||||
}
|
||||
|
Reference in New Issue
Block a user