Fix: Playwright e2e tests (#29768)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
22856b4d64
Коммит
e6b4764e0d
@@ -10,6 +10,7 @@ export default class SystemUsers {
|
||||
readonly container: Locator;
|
||||
|
||||
readonly searchInput: Locator;
|
||||
readonly saveRoleChange: Locator;
|
||||
readonly columnToggleMenuButton: Locator;
|
||||
readonly dateRangeSelectorMenuButton: Locator;
|
||||
readonly exportButton: Locator;
|
||||
@@ -22,6 +23,7 @@ export default class SystemUsers {
|
||||
this.container = container;
|
||||
|
||||
this.searchInput = this.container.getByLabel('Search users');
|
||||
this.saveRoleChange = this.container.locator('button.btn-primary:has-text("Save")');
|
||||
this.columnToggleMenuButton = this.container.locator('#systemUsersColumnTogglerMenuButton');
|
||||
this.dateRangeSelectorMenuButton = this.container.locator('#systemUsersDateRangeSelectorMenuButton');
|
||||
this.exportButton = this.container.getByText('Export');
|
||||
|
||||
Ссылка в новой задаче
Block a user