[ACS-6666] e2e migration for info drawer file folder properties tests (#3623)

* [ACS-5882] infoDrawer comments tests migrated to Playwright

* [ACS-5882] fixed issues from pull request comments

* [ACS-5882] 2nd part of fixed issues from pull request comments

* [ACS-6666] E2E test migration - infoDrawer - File Folder Properties

* [ACS-6666] Few changes + small test fixes

* [ACS-6666] Deleted unused method

* [ACS-5882] infoDrawer comments tests migrated to Playwright

* [ACS-5882] fixed issues from pull request comments

* [ACS-5882] 2nd part of fixed issues from pull request comments

* [ACS-6666] Sonar fix

* [ACS-6666] Small locators change + timeout increased
This commit is contained in:
Adam Świderski
2024-02-06 11:43:35 +01:00
committed by GitHub
parent bcb7e634d9
commit 382486463b
7 changed files with 155 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ export const timeouts = {
big: 7500,
large: 10000,
extraLarge: 20 * 1000,
globalTest: 45 * 1000,
globalTest: 85 * 1000,
extendedTest: 150 * 1000,
extendedLongTest: 200 * 1000,
webServer: 240 * 1000,