Skip to content

Commit d9e491a

Browse files
committed
Fix covepage test
1 parent cafdd62 commit d9e491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/docs.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Docs Site', function() {
1717
markdown: {
1818
homepage: '# Hello World',
1919
},
20-
waitForSelector: '.cover.show',
20+
waitForSelector: '.cover-main > *',
2121
});
2222

2323
const coverpageElm = document.querySelector('section.cover');

0 commit comments

Comments
 (0)