[ACS-8548] [E2E] deleted unused users from configs ()

This commit is contained in:
Adam Świderski 2024-08-06 16:55:51 +02:00 committed by GitHub
parent 8d948aa214
commit 70de07f3f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 13 additions and 35 deletions
e2e/playwright
authentication
copy-move-actions
create-actions
favorite-actions
info-drawer
list-views
navigation
pagination
search
share-action
special-permissions-actions-available
upload-download-actions
viewer

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Authentication',
testDir: './src/tests',
use: {
users: ['hruser', 'admin']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Copy Move Actions',
testDir: './src/tests',
use: {
users: ['hruser']
},
use: {},
timeout: timeouts.extendedTest
}
]

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Create Actions',
testDir: './src/tests',
use: {
users: ['hruser']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Favorite Actions',
testDir: './src/tests',
use: {
users: []
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Info Drawer',
testDir: './src/tests',
use: {
users: []
}
use: {}
}
]
};

@ -35,7 +35,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
name: 'List Views',
testDir: './src/tests',
use: {
users: ['hruser', 'admin']
users: ['admin']
}
}
]

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Navigation',
testDir: './src/tests',
use: {
users: ['hruser', 'admin']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Pagination',
testDir: './src/tests/',
use: {
users: ['hruser']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Search',
testDir: './src/tests',
use: {
users: []
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Share Action',
testDir: './src/tests',
use: {
users: ['hruser']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'special-permissions',
testDir: './src/tests',
use: {
users: ['hruser', 'admin']
}
use: {}
}
]
};

@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
{
name: 'Upload Download Actions',
testDir: './src/tests',
use: {
users: []
}
use: {}
}
]
};

@ -35,7 +35,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
name: 'Viewer',
testDir: './src/tests',
use: {
users: ['hruser', 'admin']
users: ['hruser']
}
}
]