From 67355fbe672cc3966b6d84a083aeb2b8545dafb7 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Tue, 16 Aug 2022 16:28:40 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20(#107):=20empty=20toc=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- cypress/e2e/outline.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/outline.spec.js b/cypress/e2e/outline.spec.js index 0d97da7b608..c920bde06d5 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') }) })