Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 17, 2024
1 parent eb1d487 commit d05ec46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/single-model/single-model.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Single model', () => {

it('Opens report page', () => {
cy.visit('localhost:8124');
cy.contains('Make report').click();
cy.get('input').should('have.attr', 'placeholder', 'Untitled report');
cy.contains('Discover').click();
cy.get('input').should('have.attr', 'placeholder', 'Untitled discovery');
});
});

0 comments on commit d05ec46

Please sign in to comment.