Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cypress/e2e/outline.spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress/e2e/outline.spec.js b/cypress/e2e/outline.spec.js
index 0d97da7b6..c920bde06 100644
--- a/cypress/e2e/outline.spec.js
+++ b/cypress/e2e/outline.spec.js
@@ -68,7 +68,7 @@ describe('Table of Contents', () => {
.then(clickOutline)
cy.getOutline()
- .find('header')
- .should('not.exist')
+ .find('ul')
+ .should('be.empty')
})
})