From d9e491a9e3dd021ed02a8ce43d744967cc2b55a4 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Mon, 26 Oct 2020 02:23:57 -0500 Subject: [PATCH] Fix covepage test --- test/integration/docs.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/docs.test.js b/test/integration/docs.test.js index c3f75f10..c7e4c482 100644 --- a/test/integration/docs.test.js +++ b/test/integration/docs.test.js @@ -17,7 +17,7 @@ describe('Docs Site', function() { markdown: { homepage: '# Hello World', }, - waitForSelector: '.cover.show', + waitForSelector: '.cover-main > *', }); const coverpageElm = document.querySelector('section.cover');