Fix E2E test cases and setup for GHA (#26944)
* Fix E2E test cases and setup for GHA * Fix more test cases, apply recommendations
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8da64a5c34
Коммит
c9cb3d5bb0
@@ -15,7 +15,7 @@ export const adminConsoleNavigation = [
|
||||
url: 'admin_console/billing/subscription',
|
||||
},
|
||||
{
|
||||
type: ['cloud_enterprise', 'e20'],
|
||||
type: ['cloud_enterprise'],
|
||||
header: 'Billing History',
|
||||
sidebar: 'Billing History',
|
||||
url: 'admin_console/billing/billing_history',
|
||||
@@ -49,6 +49,7 @@ export const adminConsoleNavigation = [
|
||||
{
|
||||
type: ['team', 'e20', 'cloud_enterprise'],
|
||||
header: 'Mattermost Users',
|
||||
headerSelector: '.admin-console__header #systemUsersTable-headerId',
|
||||
sidebar: 'Users',
|
||||
url: 'admin_console/user_management/users',
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user