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:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-08-16 22:28:40 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-08-17 17:42:59 +0300
commit67355fbe672cc3966b6d84a083aeb2b8545dafb7 (patch)
treed12fe6061a43745d77ccc274f266a74451a7bada
parent713720d14db3a0ad0405bdf4b047018a7d6cf6c8 (diff)
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
-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')
})
})