Skip to content

Commit

Permalink
Merge branch 'main' into more-annotation-tool-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed Jan 6, 2025
2 parents e79b10d + b442289 commit 590ce32
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 254 deletions.
4 changes: 2 additions & 2 deletions cypress/component/MultiFlatmapVuer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ describe('MultiFlatmapVuer', () => {

// Test the search
}).then(() => {
flatmapVuer.searchAndShowResult('body proper', 'body proper')
cy.get('.maplibregl-popup').should('exist').contains('body proper')
flatmapVuer.searchAndShowResult('body proper', true)
cy.get('.maplibregl-popup').should('exist').contains('Body proper')
})

})
Expand Down
Loading

0 comments on commit 590ce32

Please sign in to comment.