mirror of https://github.com/rust-lang/rust.git
Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddle
Add explanation comment for GUI test r? `@notriddle`
This commit is contained in:
commit
8843335451
|
@ -1,3 +1,5 @@
|
|||
// This test ensures that the scraped examples buttons are working as expecting
|
||||
// when 'Enter' key is pressed when they're focused.
|
||||
goto: "file://" + |DOC_PATH| + "/scrape_examples/fn.test.html"
|
||||
|
||||
// The next/prev buttons vertically scroll the code viewport between examples
|
||||
|
|
Loading…
Reference in New Issue