diff --git a/e2e/playwright/authentication/playwright.config.ts b/e2e/playwright/authentication/playwright.config.ts index d0688a9c95..df265178c0 100644 --- a/e2e/playwright/authentication/playwright.config.ts +++ b/e2e/playwright/authentication/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Authentication', testDir: './src/tests', - use: { - users: ['hruser', 'admin'] - } + use: {} } ] }; diff --git a/e2e/playwright/copy-move-actions/playwright.config.ts b/e2e/playwright/copy-move-actions/playwright.config.ts index d1f4249f43..b478f7487e 100644 --- a/e2e/playwright/copy-move-actions/playwright.config.ts +++ b/e2e/playwright/copy-move-actions/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Copy Move Actions', testDir: './src/tests', - use: { - users: ['hruser'] - }, + use: {}, timeout: timeouts.extendedTest } ] diff --git a/e2e/playwright/create-actions/playwright.config.ts b/e2e/playwright/create-actions/playwright.config.ts index 04fefc90bb..ad6838ebc0 100644 --- a/e2e/playwright/create-actions/playwright.config.ts +++ b/e2e/playwright/create-actions/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Create Actions', testDir: './src/tests', - use: { - users: ['hruser'] - } + use: {} } ] }; diff --git a/e2e/playwright/favorite-actions/playwright.config.ts b/e2e/playwright/favorite-actions/playwright.config.ts index 018c367f9d..2cc652a69f 100644 --- a/e2e/playwright/favorite-actions/playwright.config.ts +++ b/e2e/playwright/favorite-actions/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Favorite Actions', testDir: './src/tests', - use: { - users: [] - } + use: {} } ] }; diff --git a/e2e/playwright/info-drawer/playwright.config.ts b/e2e/playwright/info-drawer/playwright.config.ts index 76f7135716..ca9502c420 100644 --- a/e2e/playwright/info-drawer/playwright.config.ts +++ b/e2e/playwright/info-drawer/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Info Drawer', testDir: './src/tests', - use: { - users: [] - } + use: {} } ] }; diff --git a/e2e/playwright/list-views/playwright.config.ts b/e2e/playwright/list-views/playwright.config.ts index b82e253924..0bb4cf7c12 100644 --- a/e2e/playwright/list-views/playwright.config.ts +++ b/e2e/playwright/list-views/playwright.config.ts @@ -35,7 +35,7 @@ const config: PlaywrightTestConfig = { name: 'List Views', testDir: './src/tests', use: { - users: ['hruser', 'admin'] + users: ['admin'] } } ] diff --git a/e2e/playwright/navigation/playwright.config.ts b/e2e/playwright/navigation/playwright.config.ts index 01aa182bd5..0c5957887f 100644 --- a/e2e/playwright/navigation/playwright.config.ts +++ b/e2e/playwright/navigation/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Navigation', testDir: './src/tests', - use: { - users: ['hruser', 'admin'] - } + use: {} } ] }; diff --git a/e2e/playwright/pagination/playwright.config.ts b/e2e/playwright/pagination/playwright.config.ts index 2aeeef06b7..43872361fd 100644 --- a/e2e/playwright/pagination/playwright.config.ts +++ b/e2e/playwright/pagination/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Pagination', testDir: './src/tests/', - use: { - users: ['hruser'] - } + use: {} } ] }; diff --git a/e2e/playwright/search/playwright.config.ts b/e2e/playwright/search/playwright.config.ts index 27a2b33c9f..e46271ebfa 100644 --- a/e2e/playwright/search/playwright.config.ts +++ b/e2e/playwright/search/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Search', testDir: './src/tests', - use: { - users: [] - } + use: {} } ] }; diff --git a/e2e/playwright/share-action/playwright.config.ts b/e2e/playwright/share-action/playwright.config.ts index 27a07ef351..4065d0e6d3 100644 --- a/e2e/playwright/share-action/playwright.config.ts +++ b/e2e/playwright/share-action/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Share Action', testDir: './src/tests', - use: { - users: ['hruser'] - } + use: {} } ] }; diff --git a/e2e/playwright/special-permissions-actions-available/playwright.config.ts b/e2e/playwright/special-permissions-actions-available/playwright.config.ts index a6d1598b1a..147abf1e30 100644 --- a/e2e/playwright/special-permissions-actions-available/playwright.config.ts +++ b/e2e/playwright/special-permissions-actions-available/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'special-permissions', testDir: './src/tests', - use: { - users: ['hruser', 'admin'] - } + use: {} } ] }; diff --git a/e2e/playwright/upload-download-actions/playwright.config.ts b/e2e/playwright/upload-download-actions/playwright.config.ts index 243dace7bf..c06bdce745 100644 --- a/e2e/playwright/upload-download-actions/playwright.config.ts +++ b/e2e/playwright/upload-download-actions/playwright.config.ts @@ -34,9 +34,7 @@ const config: PlaywrightTestConfig = { { name: 'Upload Download Actions', testDir: './src/tests', - use: { - users: [] - } + use: {} } ] }; diff --git a/e2e/playwright/viewer/playwright.config.ts b/e2e/playwright/viewer/playwright.config.ts index 649f3224f4..9e7500bae0 100644 --- a/e2e/playwright/viewer/playwright.config.ts +++ b/e2e/playwright/viewer/playwright.config.ts @@ -35,7 +35,7 @@ const config: PlaywrightTestConfig = { name: 'Viewer', testDir: './src/tests', use: { - users: ['hruser', 'admin'] + users: ['hruser'] } } ]