diff options
| author | bors <bors@rust-lang.org> | 2023-07-16 06:39:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-16 06:39:46 +0000 |
| commit | be6b42fa1d32d4c3e1fc8937f1561f9a08574eba (patch) | |
| tree | 23b5d0c5333cffd4b5f67f1bb7a98d5f66e05897 /tests/rustdoc-gui/basic-code.goml | |
| parent | 21b05e71a5ce6226b93f4fa97eec0c0b9df68f2b (diff) | |
| parent | 2e4a1903875f848466844a4d683cabcbceecaeee (diff) | |
| download | rust-be6b42fa1d32d4c3e1fc8937f1561f9a08574eba.tar.gz rust-be6b42fa1d32d4c3e1fc8937f1561f9a08574eba.zip | |
Auto merge of #2983 - rust-lang:rustup2023-07-16, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
| -rw-r--r-- | tests/rustdoc-gui/basic-code.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml index e372f711974..22ac5316184 100644 --- a/tests/rustdoc-gui/basic-code.goml +++ b/tests/rustdoc-gui/basic-code.goml @@ -1,6 +1,6 @@ // Small test to ensure the "src-line-numbers" element is only present once on // the page. go-to: "file://" + |DOC_PATH| + "/test_docs/index.html" -click: ".srclink" +click: "a.src" wait-for: ".src-line-numbers" assert-count: (".src-line-numbers", 1) |
