We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e07612 commit dbe002cCopy full SHA for dbe002c
test/e2e/sidebar.test.js
@@ -1,12 +1,9 @@
1
-const docsifyInit = require('../helpers/docsify-init');
2
-
3
// Suite
4
// -----------------------------------------------------------------------------
5
describe('Sidebar Tests', function() {
6
// Tests
7
// ---------------------------------------------------------------------------
8
test('search readme', async () => {
9
- await docsifyInit();
10
await page.goto(DOCS_URL + '/#/quickstart');
11
await page.fill('input[type=search]', 'Donate');
12
expect(
0 commit comments