diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-10-15 01:42:07 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-12 17:58:10 +0100 |
| commit | 4f20626cefab445aa3f8e560f11cd7d14f4665ba (patch) | |
| tree | fa1f8b68d596aa9335091c2b86bd4ff3244cd222 /tests/rustdoc-gui/toggle-docs-mobile.goml | |
| parent | 8fb6c08f498df771a56c52d62b6480c1792bc014 (diff) | |
| download | rust-4f20626cefab445aa3f8e560f11cd7d14f4665ba.tar.gz rust-4f20626cefab445aa3f8e560f11cd7d14f4665ba.zip | |
Update GUI tests for documentation indent changes
Diffstat (limited to 'tests/rustdoc-gui/toggle-docs-mobile.goml')
| -rw-r--r-- | tests/rustdoc-gui/toggle-docs-mobile.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/toggle-docs-mobile.goml b/tests/rustdoc-gui/toggle-docs-mobile.goml index b69aa6e30ca..be12e4c19b3 100644 --- a/tests/rustdoc-gui/toggle-docs-mobile.goml +++ b/tests/rustdoc-gui/toggle-docs-mobile.goml @@ -18,7 +18,7 @@ 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", - {"x": 4}, + {"x": 6}, ) // Now we do the same but with a little bigger width |
