Skip to content

Commit 7786ee9

Browse files
committed
anchor to button, now back to anchor
1 parent d6e250b commit 7786ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/integration/dataset.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Dataset', () => {
6666
cy.get('.fba-modal-dialog').should('be.visible');
6767
cy.get('#fba_location_code').should('have.value', 'ek500-water-column-sonar-data-collected-during-al0001');
6868
// can hide the modal
69-
cy.get('button.fba-modal-close').click();
69+
cy.get('.fba-modal-close').click();
7070
cy.get('.fba-modal-dialog').should('not.be.visible');
7171
});
7272
});

0 commit comments

Comments
 (0)