diff options
| author | bors <bors@rust-lang.org> | 2023-07-15 18:13:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-15 18:13:26 +0000 |
| commit | 425726d46b637f94995ca1c95f4f16cdb903d30e (patch) | |
| tree | 52e3c165d0070864ee6d3dd8f28dfbc34996c189 /tests/rustdoc-gui/basic-code.goml | |
| parent | 7a17f577b3d437179cad254e299b2ace972487c5 (diff) | |
| parent | 5f94c876adcb47d23ca8cfe3991ed18fb4bbf364 (diff) | |
| download | rust-425726d46b637f94995ca1c95f4f16cdb903d30e.tar.gz rust-425726d46b637f94995ca1c95f4f16cdb903d30e.zip | |
Auto merge of #113732 - matthiaskrgr:rollup-nm5qy4i, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #113625 (Structurally normalize in selection) - #113644 (misc bootstrap cleanups) - #113663 (Implement "items do not inherit unsafety" note for THIR unsafeck) - #113683 (remove outdated `FIXME`s in bootstrap internals) - #113709 (rustdoc: use src consistently over source in CSS/JS) - #113724 (Migrate GUI colors test to original CSS color format) r? `@ghost` `@rustbot` modify labels: rollup
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) |
