Skip to content

Commit e041fd8

Browse files
committed
Tests: Fix skip tour action to run for all login options
1 parent 8a6687c commit e041fd8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cypress/support/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ Cypress.Commands.add(
111111
cacheAcrossSpecs: true,
112112
validate() {
113113
cy.visit(Cypress.config('baseUrl'));
114-
cy.byTestID('tour-step-footer-secondary').click();
115114
cy.byTestID('username').should('exist');
116115
},
117116
},

tests/tests/lightspeed-install.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ spec:
186186
cy.exec(`echo '${config}' | oc create -f - --kubeconfig ${Cypress.env('KUBECONFIG_PATH')}`);
187187

188188
cy.visit('/');
189+
cy.byTestID('tour-step-footer-secondary', { timeout: MINUTE }).click();
189190
cy.get(mainButton, { timeout: 5 * MINUTE }).should('exist');
190191
});
191192

0 commit comments

Comments
 (0)