We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6687c commit e041fd8Copy full SHA for e041fd8
cypress/support/commands.ts
@@ -111,7 +111,6 @@ Cypress.Commands.add(
111
cacheAcrossSpecs: true,
112
validate() {
113
cy.visit(Cypress.config('baseUrl'));
114
- cy.byTestID('tour-step-footer-secondary').click();
115
cy.byTestID('username').should('exist');
116
},
117
tests/tests/lightspeed-install.cy.ts
@@ -186,6 +186,7 @@ spec:
186
cy.exec(`echo '${config}' | oc create -f - --kubeconfig ${Cypress.env('KUBECONFIG_PATH')}`);
187
188
cy.visit('/');
189
+ cy.byTestID('tour-step-footer-secondary', { timeout: MINUTE }).click();
190
cy.get(mainButton, { timeout: 5 * MINUTE }).should('exist');
191
});
192
0 commit comments