Skip to content

Commit

Permalink
Merge branch 'develop' into 2284-keda-conda-store-worker-hpa
Browse files Browse the repository at this point in the history
  • Loading branch information
pt247 authored May 14, 2024
2 parents 2c94f6e + 2c7f092 commit 10140bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests_e2e/cypress/integration/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ describe('First Test', () => {
cy.get('h1')
.should('contain', 'Server Options');

cy.get('input.btn.btn-jupyter')
.should('have.attr', 'value', 'Start').click();
cy.get('button.btn.btn-jupyter')
.should('contain', 'Start').click();

// Minimal check that JupyterLab has opened
cy.get('div#jp-MainLogo', { timeout: 60000 }).should('exist').wait(4000);
Expand Down

0 comments on commit 10140bb

Please sign in to comment.