mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* [ACS-11871] e2e test for link document * [ACS-11871] fix test case name and improve test with icon check * [ACS-11871] add CI run for e2e and comment fix * [ACS-11871] add CI run for e2e * [ACS-11871] add CI run for e2e * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * add fix for comment pr review locator and try catch * [ACS-11871] test fix, remove icon logic to very in manual test * [ACS-11871] e2e test for link document * [ACS-11871] fix test case name and improve test with icon check * [ACS-11871] add CI run for e2e and comment fix * [ACS-11871] add CI run for e2e * [ACS-11871] add CI run for e2e * add fix for comment pr review locator and try catch * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * [ACS-11871] test fix, remove icon logic to very in manual test * delete link test fix * fix delete test --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"ignorePatterns": [
|
|
"!**/*"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.ts"
|
|
],
|
|
"extends": ["../../../.eslintrc.e2e.json"],
|
|
"parserOptions": {
|
|
"project": [
|
|
"e2e/playwright/create-link-actions/tsconfig.e2e.json"
|
|
]
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|