Skip to content

Commit

Permalink
fix: add missing test for toc taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgazeau committed Feb 27, 2022
1 parent 15a0cbb commit 63a0710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cypress/integration/global/tocTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ describe('for: table of content', () => {
.should('be.visible')
})
})
it('toc should contain taxonomies', () => {
cy.viewportDesktop()
cy.get('#tocContainer #taxonomies .taxonomy')
.should('have.length.at.least', 1)
.should('be.visible')
})
})

0 comments on commit 63a0710

Please sign in to comment.