diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-15 01:01:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 01:01:37 +0100 |
| commit | 884333545122b8a640a4c6644581f4cd56164d9e (patch) | |
| tree | 7c045112c58aa99464daea404baee5fc09ad83a9 | |
| parent | cc02ecc0101ab91627bf470166df10cd85ae8ec3 (diff) | |
| parent | de34489a019b8e5319c09504ca158022df188d49 (diff) | |
| download | rust-884333545122b8a640a4c6644581f4cd56164d9e.tar.gz rust-884333545122b8a640a4c6644581f4cd56164d9e.zip | |
Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddle
Add explanation comment for GUI test r? `@notriddle`
| -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 |
