Skip to content

Commit

Permalink
Update unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 28, 2024
1 parent f008504 commit 7d892cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/MapContent.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('MapContent', () => {
cy.get('.header > .el-button').should('exist').click();

//Check number of dataset card, it should be 1
cy.get('.dataset-card').should('have.length', 1);
cy.get('.dataset-card-container').should('have.length', 1);

//Check how many tags in the dataset
cy.get('.box-card .container button').should('have.length', 6);
Expand Down

0 comments on commit 7d892cc

Please sign in to comment.