diff --git a/e2e/playwright/authentication/playwright.config.ts b/e2e/playwright/authentication/playwright.config.ts index d0688a9c9..df265178c 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 d1f4249f4..b478f7487 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 04fefc90b..ad6838ebc 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 018c367f9..2cc652a69 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 76f713571..ca9502c42 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 b82e25392..0bb4cf7c1 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 01aa182bd..0c5957887 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 2aeeef06b..43872361f 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 27a2b33c9..e46271ebf 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 27a07ef35..4065d0e6d 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 a6d1598b1..147abf1e3 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 243dace7b..c06bdce74 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 649f3224f..9e7500bae 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'] } } ]