Skip to content

Commit

Permalink
Small update on the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Sep 20, 2024
1 parent e10ae7f commit 15ec4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/mapsviewer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Maps Viewer', { testIsolation: false }, function () {
if (index === 0) {
cy.wait(['@query', '@flatmap', '@dataset_info', '@datasets'], { timeout: 20000 })
cy.waitForLoadingMask()
loadedModels.add('Rat')
loadedModels.add('Human Male')
}

// Switch to the second flatmap
Expand Down

0 comments on commit 15ec4c5

Please sign in to comment.