diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-21 20:41:47 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-21 20:41:47 +0100 |
| commit | 78cee22fb4c6c4b57a7e96b25e90ca50d67a3c3a (patch) | |
| tree | ffce613d6c2a72ad1cfeb601be0ef53393edd2e1 /src/test/rustdoc-gui/source-code-page.goml | |
| parent | 4d8b66aefdc97b91a9b7a4d8dc69beaff1ed2c1d (diff) | |
| download | rust-78cee22fb4c6c4b57a7e96b25e90ca50d67a3c3a.tar.gz rust-78cee22fb4c6c4b57a7e96b25e90ca50d67a3c3a.zip | |
Add missing GUI test explanations
Diffstat (limited to 'src/test/rustdoc-gui/source-code-page.goml')
| -rw-r--r-- | src/test/rustdoc-gui/source-code-page.goml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/source-code-page.goml b/src/test/rustdoc-gui/source-code-page.goml index f3682f59d21..375ff4878e5 100644 --- a/src/test/rustdoc-gui/source-code-page.goml +++ b/src/test/rustdoc-gui/source-code-page.goml @@ -1,3 +1,4 @@ +// Checks that the interactions with the source code pages are workined as expected. goto: file://|DOC_PATH|/src/test_docs/lib.rs.html // Check that we can click on the line number. click: ".line-numbers > span:nth-child(4)" // This is the span for line 4. |
