We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e250b commit 7786ee9Copy full SHA for 7786ee9
e2e/cypress/integration/dataset.cy.js
@@ -66,7 +66,7 @@ describe('Dataset', () => {
66
cy.get('.fba-modal-dialog').should('be.visible');
67
cy.get('#fba_location_code').should('have.value', 'ek500-water-column-sonar-data-collected-during-al0001');
68
// can hide the modal
69
- cy.get('button.fba-modal-close').click();
+ cy.get('.fba-modal-close').click();
70
cy.get('.fba-modal-dialog').should('not.be.visible');
71
});
72
0 commit comments