Skip to content

Commit

Permalink
✅ (#107): empty toc test
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
  • Loading branch information
Vinicius Reis committed Aug 16, 2022
1 parent 8ade6ca commit 29b5ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/outline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('Table of Contents', () => {
.then(clickOutline)

cy.getOutline()
.find('header')
.should('not.exist')
.find('ul')
.should('be.empty')
})
})

0 comments on commit 29b5ceb

Please sign in to comment.