mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
test: Fix default owner test to be able to reach setup page (#5113)
test: fix default owner test
This commit is contained in:
parent
b4a5ff2430
commit
7df0728999
|
@ -3,7 +3,7 @@ import { BasePage } from './base';
|
|||
export class SettingsUsersPage extends BasePage {
|
||||
url = '/settings/users';
|
||||
getters = {
|
||||
setUpOwnerButton: () => cy.getByTestId('action-box').find('button'),
|
||||
setUpOwnerButton: () => cy.getByTestId('action-box').find('button').first(),
|
||||
};
|
||||
actions = {
|
||||
goToOwnerSetup: () => this.getters.setUpOwnerButton().click(),
|
||||
|
|
Loading…
Reference in a new issue