about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/source-code-page.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-01-21 20:41:47 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-01-21 20:41:47 +0100
commit78cee22fb4c6c4b57a7e96b25e90ca50d67a3c3a (patch)
treeffce613d6c2a72ad1cfeb601be0ef53393edd2e1 /src/test/rustdoc-gui/source-code-page.goml
parent4d8b66aefdc97b91a9b7a4d8dc69beaff1ed2c1d (diff)
downloadrust-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.goml1
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.