Skip to content

Commit a7a81d7

Browse files
committed
update test to fix windows ci
1 parent 29e3454 commit a7a81d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/e2e/sidebar.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ describe('Sidebar Tests', function() {
88
test('search readme', async () => {
99
await docsifyInit();
1010
await page.goto(DOCS_URL + '/#/quickstart');
11-
await page.fill('input[type=search]', 'site generator');
11+
await page.fill('input[type=search]', 'Please consider donating');
1212
expect(
1313
await page.innerText('.results-panel > .matching-post > a > h2')
14-
).toEqual('docsify');
14+
).toEqual('Donate');
1515
});
1616
});

0 commit comments

Comments
 (0)