Skip to content

Commit

Permalink
Merge pull request ABI-Software#223 from akhuoa/flatmap-viewer-3.2.11
Browse files Browse the repository at this point in the history
Update flatmap-viewer 3.2.11
  • Loading branch information
alan-wu authored Jan 12, 2025
2 parents 0170f8c + 761e488 commit f6bb54e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion cypress/component/MultiFlatmapVuer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ describe('MultiFlatmapVuer', () => {
cy.get('.citation-list').should('exist')
cy.get('.citation-list').find('li').should('have.length', 4)
const citationText = 'Afferent and sympathetic innervation of the dome and the base of the urinary bladder of the female rat'
cy.get('.citation-list li').first().should('exist').contains(citationText);
cy.get('.citation-list li.loading').should('not.exist').then(() => {
cy.get('.citation-list li').first().should('exist').contains(citationText);
})
})

// Close the pop up
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"./src/*": "./src/*"
},
"dependencies": {
"@abi-software/flatmap-viewer": "3.2.10",
"@abi-software/flatmap-viewer": "3.2.11",
"@abi-software/map-utilities": "^1.3.1",
"@abi-software/sparc-annotation": "0.3.2",
"@abi-software/svg-sprite": "^1.0.1",
Expand Down

0 comments on commit f6bb54e

Please sign in to comment.