Skip to content

Commit

Permalink
Updated cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <[email protected]>
  • Loading branch information
danieldong51 committed Aug 21, 2024
1 parent e4882f7 commit ceef45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/notebooks_test/notebooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ describe('Testing paragraphs', () => {
cy.get('.euiButton__text').last().contains('Rename').click();
cy.reload();

cy.get('.euiTitle')
cy.get('.euiText')
.contains(TEST_NOTEBOOK + ' (rename)')
.should('exist');
cy.get(`a[href="${SAMPLE_URL}"]`).should('have.length.gte', 2);
Expand Down

0 comments on commit ceef45a

Please sign in to comment.