Skip to content

Commit

Permalink
update element query
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jul 30, 2024
1 parent 6c3791e commit 250d004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress/integration/dataset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ describe('Dataset', () => {
// the button is visible
cy.get('#contact-btn').should('be.visible').click();
// the modal is invisible
cy.get('#fba-modal-dialog').should('be.visible');
cy.get('#touchpoints-form-fd986495').should('be.visible');
cy.get('#fba_location_code').should('have.value', 'ek500-water-column-sonar-data-collected-during-al0001');
// can hide the modal
cy.get('a[class="fba-modal-close"]').click();
cy.get('#fba-modal-dialog').should('not.be.visible');
cy.get('#touchpoints-form-fd986495').should('not.be.visible');
});
});

0 comments on commit 250d004

Please sign in to comment.