diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-14 18:30:33 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-14 18:30:33 +0100 |
| commit | de34489a019b8e5319c09504ca158022df188d49 (patch) | |
| tree | 4c5ee8033d8d0d36b2ece894232567b73096e344 | |
| parent | 4a04f252f91b2ccef6fc16817b3e7a3aeda703b6 (diff) | |
| download | rust-de34489a019b8e5319c09504ca158022df188d49.tar.gz rust-de34489a019b8e5319c09504ca158022df188d49.zip | |
Add explanation for GUI test
| -rw-r--r-- | tests/rustdoc-gui/scrape-examples-button-focus.goml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/scrape-examples-button-focus.goml b/tests/rustdoc-gui/scrape-examples-button-focus.goml index 10651a3f669..1b5c3a0d202 100644 --- a/tests/rustdoc-gui/scrape-examples-button-focus.goml +++ b/tests/rustdoc-gui/scrape-examples-button-focus.goml @@ -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 |
