Skip to content

Commit

Permalink
Update assertion as the <button> has children, not value
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 14, 2024
1 parent 3386526 commit 804c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_e2e/cypress/integration/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('First Test', () => {
.should('contain', 'Server Options');

cy.get('button.btn.btn-jupyter')
.should('have.attr', 'value', 'Start').click();
.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 804c640

Please sign in to comment.