We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafdd62 commit d9e491aCopy full SHA for d9e491a
test/integration/docs.test.js
@@ -17,7 +17,7 @@ describe('Docs Site', function() {
17
markdown: {
18
homepage: '# Hello World',
19
},
20
- waitForSelector: '.cover.show',
+ waitForSelector: '.cover-main > *',
21
});
22
23
const coverpageElm = document.querySelector('section.cover');
0 commit comments