Skip to content

Commit 871e48f

Browse files
committed
Update default waitForSelector value
1 parent 2946c06 commit 871e48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/docsify-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function docsifyInit(options = {}) {
6363
style: '',
6464
styleURLs: [],
6565
testURL: `${TEST_HOST}/docsify-init.html`,
66-
waitForSelector: '#main',
66+
waitForSelector: '#main > *',
6767
};
6868
const settings = {
6969
...defaults,

0 commit comments

Comments
 (0)