diff options
| author | bors <bors@rust-lang.org> | 2023-01-23 01:41:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-23 01:41:56 +0000 |
| commit | 20180540e6065fc9331247beb5794cdc2d7e2810 (patch) | |
| tree | 5c70e7ac6f8df274ef2fee968f9e8b3fecf76c9f /tests/rustdoc-gui/basic-code.goml | |
| parent | 59d3572bd6514e38ec5d2dfc3b524274074653d3 (diff) | |
| parent | e0df0429c49bce88e9d81ead810804047ea26631 (diff) | |
| download | rust-20180540e6065fc9331247beb5794cdc2d7e2810.tar.gz rust-20180540e6065fc9331247beb5794cdc2d7e2810.zip | |
Auto merge of #2762 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
| -rw-r--r-- | tests/rustdoc-gui/basic-code.goml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml index 108cf8abcb5..971c2f9480e 100644 --- a/tests/rustdoc-gui/basic-code.goml +++ b/tests/rustdoc-gui/basic-code.goml @@ -1,3 +1,5 @@ +// Small test to ensure the "src-line-numbers" element is only present once on +// the page. goto: "file://" + |DOC_PATH| + "/test_docs/index.html" click: ".srclink" wait-for: ".src-line-numbers" |
