Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Aug 26, 2024
1 parent e39a801 commit a11518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/integration/dataset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Dataset', () => {
cy.get('.fba-modal-dialog').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.fba-modal-close').click();
cy.get('button.fba-modal-close').click();
cy.get('.fba-modal-dialog').should('not.be.visible');
});
});

0 comments on commit a11518f

Please sign in to comment.