Skip to content

Commit

Permalink
Merge pull request #219 from alan-wu/permalink-label-fix
Browse files Browse the repository at this point in the history
Fix an issue with undefined label with searchAndShowResult.
  • Loading branch information
alan-wu authored Dec 11, 2024
2 parents 762d1dc + 14fbdcf commit 5b76129
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 238 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 5b76129

Please sign in to comment.