File tree Expand file tree Collapse file tree 6 files changed +11
-2
lines changed
testsuite/build/basic_build Expand file tree Collapse file tree 6 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ [book ]
2+ title = " basic"
Original file line number Diff line number Diff line change 1+ # Summary
2+
3+ - [ Chapter 1] ( ./chapter_1.md )
Original file line number Diff line number Diff line change 1+ # Chapter 1
Original file line number Diff line number Diff line change 11// This GUI test checks help popup.
22
3- go-to: |DOC_PATH| + "test_book /index.html"
3+ go-to: |DOC_PATH| + "basic /index.html"
44assert-css: ("#mdbook-help-container", {"display": "none"})
55press-key: '?'
66wait-for-css: ("#mdbook-help-container", {"display": "flex"})
Original file line number Diff line number Diff line change 44
55// We disable javascript
66javascript: false
7- go-to: |DOC_PATH| + "test_book /index.html"
7+ go-to: |DOC_PATH| + "basic /index.html"
88store-value: (height, 1028)
99set-window-size: (1028, |height|)
1010
Original file line number Diff line number Diff line change 1+ # Basic book
2+
3+ This GUI test book is the default book with a single chapter.
You can’t perform that action at this time.
0 commit comments