Skip to content

Commit

Permalink
test to remove check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jul 29, 2024
1 parent d99d9ab commit 6682bc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/cypress/integration/dataset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ describe('Dataset', () => {
cy.get('#contact-btn').should('be.visible').click();
// the modal is invisible
// cy.get('#fba-modal-dialog', { timeout: 10000 }).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('#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');
});
});

0 comments on commit 6682bc2

Please sign in to comment.