mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-24034] Display updated properties after edit folder in dialog (#3671)
This commit is contained in:
+8
-8
@@ -335,27 +335,27 @@
|
||||
"no-empty-pattern": "off",
|
||||
"playwright/expect-expect": "off",
|
||||
"playwright/max-nested-describe": "off",
|
||||
"playwright/missing-playwright-await": "error",
|
||||
"playwright/missing-playwright-await": "warn",
|
||||
"playwright/no-conditional-expect": "off",
|
||||
"playwright/no-conditional-in-test": "off",
|
||||
"playwright/no-duplicate-hooks": "error",
|
||||
"playwright/no-duplicate-hooks": "warn",
|
||||
"playwright/no-element-handle": "warn",
|
||||
"playwright/no-eval": "warn",
|
||||
"playwright/no-focused-test": "error",
|
||||
"playwright/no-focused-test": "warn",
|
||||
"playwright/no-force-option": "warn",
|
||||
"playwright/no-nested-step": "warn",
|
||||
"playwright/no-networkidle": "error",
|
||||
"playwright/no-networkidle": "warn",
|
||||
"playwright/no-page-pause": "warn",
|
||||
"playwright/no-raw-locators": "warn",
|
||||
"playwright/no-skipped-test": "error",
|
||||
"playwright/no-standalone-expect": "error",
|
||||
"playwright/no-unsafe-references": "error",
|
||||
"playwright/no-skipped-test": "warn",
|
||||
"playwright/no-standalone-expect": "warn",
|
||||
"playwright/no-unsafe-references": "warn",
|
||||
"playwright/no-useless-await": "warn",
|
||||
"playwright/no-useless-not": "warn",
|
||||
"playwright/no-wait-for-selector": "warn",
|
||||
"playwright/no-wait-for-timeout": "off",
|
||||
"playwright/prefer-web-first-assertions": "warn",
|
||||
"playwright/valid-describe-callback": "error",
|
||||
"playwright/valid-describe-callback": "warn",
|
||||
"playwright/valid-expect": "off",
|
||||
"playwright/valid-expect-in-promise": "off",
|
||||
"playwright/valid-title": "off"
|
||||
|
||||
Reference in New Issue
Block a user