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',
|
name: 'Authentication',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser', 'admin']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Copy Move Actions',
|
name: 'Copy Move Actions',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {},
|
||||||
users: ['hruser']
|
|
||||||
},
|
|
||||||
timeout: timeouts.extendedTest
|
timeout: timeouts.extendedTest
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Create Actions',
|
name: 'Create Actions',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Favorite Actions',
|
name: 'Favorite Actions',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Info Drawer',
|
name: 'Info Drawer',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -35,7 +35,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
name: 'List Views',
|
name: 'List Views',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {
|
||||||
users: ['hruser', 'admin']
|
users: ['admin']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Navigation',
|
name: 'Navigation',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser', 'admin']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Pagination',
|
name: 'Pagination',
|
||||||
testDir: './src/tests/',
|
testDir: './src/tests/',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Search',
|
name: 'Search',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Share Action',
|
name: 'Share Action',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'special-permissions',
|
name: 'special-permissions',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: ['hruser', 'admin']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -34,9 +34,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
{
|
{
|
||||||
name: 'Upload Download Actions',
|
name: 'Upload Download Actions',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {}
|
||||||
users: []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -35,7 +35,7 @@ const config: PlaywrightTestConfig<CustomConfig> = {
|
|||||||
name: 'Viewer',
|
name: 'Viewer',
|
||||||
testDir: './src/tests',
|
testDir: './src/tests',
|
||||||
use: {
|
use: {
|
||||||
users: ['hruser', 'admin']
|
users: ['hruser']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user