File tree 4 files changed +0
-13
lines changed 4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 1
1
// This tests pressing the left and right arrows moving to previous and next page.
2
2
3
- // We disable the requests checks because `searchindex.json` will always fail
4
- // locally (due to CORS), but the searchindex.js will succeed.
5
- fail-on-request-error: false
6
-
7
3
go-to: |DOC_PATH| + "index.html"
8
4
9
5
// default page is the first numbered page
Original file line number Diff line number Diff line change 1
1
// This tests basic search behavior.
2
2
3
- // We disable the requests checks because `searchindex.json` will always fail
4
- // locally (due to CORS), but the searchindex.js will succeed.
5
- fail-on-request-error: false
6
3
go-to: |DOC_PATH| + "index.html"
7
4
8
5
define-function: (
Original file line number Diff line number Diff line change 2
2
// an iframe (because of JS disabled).
3
3
// Regression test for <https://github.com/rust-lang/mdBook/issues/2528>.
4
4
5
- // We disable the requests checks because `searchindex.json` will always fail
6
- // locally.
7
- fail-on-request-error: false
8
5
// We disable javascript
9
6
javascript: false
10
7
go-to: |DOC_PATH| + "index.html"
Original file line number Diff line number Diff line change 1
1
// This GUI test checks sidebar hide/show and also its behaviour on smaller
2
2
// width.
3
3
4
- // We disable the requests checks because `searchindex.json` will always fail
5
- // locally.
6
- fail-on-request-error: false
7
4
go-to: |DOC_PATH| + "index.html"
8
5
set-window-size: (1100, 600)
9
6
// Need to reload for the new size to be taken account by the JS.
You can’t perform that action at this time.
0 commit comments