mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-19 17:14:45 +00:00
[ACS-8548] [E2E] deleted unused users from configs (#4004)
This commit is contained in:
parent
8d948aa214
commit
70de07f3f1
@ -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']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user