We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e3454 commit a7a81d7Copy full SHA for a7a81d7
test/e2e/sidebar.test.js
@@ -8,9 +8,9 @@ describe('Sidebar Tests', function() {
8
test('search readme', async () => {
9
await docsifyInit();
10
await page.goto(DOCS_URL + '/#/quickstart');
11
- await page.fill('input[type=search]', 'site generator');
+ await page.fill('input[type=search]', 'Please consider donating');
12
expect(
13
await page.innerText('.results-panel > .matching-post > a > h2')
14
- ).toEqual('docsify');
+ ).toEqual('Donate');
15
});
16
0 commit comments