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');