diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-08 18:11:29 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-08 23:12:11 +0100 |
| commit | fbd9c284d7f018db07da8aa6e03cffdf0ce1786b (patch) | |
| tree | 36723f3674b74f7f4d0326717d84039facc67a4a /src/test/rustdoc-gui/toggle-docs-mobile.goml | |
| parent | a5216cf67d93de97091b41ecba85de2e08f39863 (diff) | |
| download | rust-fbd9c284d7f018db07da8aa6e03cffdf0ce1786b.tar.gz rust-fbd9c284d7f018db07da8aa6e03cffdf0ce1786b.zip | |
Update GUI tests for impl blocks path changes
Diffstat (limited to 'src/test/rustdoc-gui/toggle-docs-mobile.goml')
| -rw-r--r-- | src/test/rustdoc-gui/toggle-docs-mobile.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/toggle-docs-mobile.goml b/src/test/rustdoc-gui/toggle-docs-mobile.goml index b5026923001..ee6bc3cf767 100644 --- a/src/test/rustdoc-gui/toggle-docs-mobile.goml +++ b/src/test/rustdoc-gui/toggle-docs-mobile.goml @@ -14,7 +14,7 @@ assert-attribute: (".top-doc", {"open": ""}) // Assert the position of the toggle on the top doc block. assert-position: (".top-doc summary::before", {"x": 4}) // Assert the position of the toggle on the impl block. -assert-position: ("#implementations + details > summary::before", {"x": 4}) +assert-position: ("#implementations-list > details > summary::before", {"x": 4}) // Assert the position of the toggle on a method. assert-position: ( "#trait-implementations-list .impl-items .method-toggle > summary::before", |
