Skip to content

Commit a88f44c

Browse files
Koooooo-7sy-records
authored andcommitted
update: remove search to e2e test.
1 parent baef917 commit a88f44c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/example.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ describe('Creating a Docsify site (integration tests in Jest)', function () {
5757
scriptURLs: [
5858
// docsifyInit() route
5959
'data-test-scripturls.js',
60-
// Server route
61-
'/dist/plugins/search.js',
6260
],
6361
style: `
6462
body {
@@ -99,7 +97,6 @@ describe('Creating a Docsify site (integration tests in Jest)', function () {
9997

10098
// Verify docsifyInitConfig.scriptURLs were executed
10199
expect(document.body.hasAttribute('data-test-scripturls')).toBe(true);
102-
expect(document.querySelector('.search input[type="search"]')).toBeTruthy();
103100

104101
// Verify docsifyInitConfig.script was added to the DOM
105102
expect(

0 commit comments

Comments
 (0)