Skip to content

Commit

Permalink
rustdoc: update test case for headers without max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Sep 22, 2022
1 parent ba5f05b commit f528d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc-gui/notable-trait.goml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ assert-position: (
)

// Checking on very small mobile. The `i` should be on its own line.
size: (410, 600)
size: (365, 600)
compare-elements-position-false: (
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
"//*[@id='method.create_an_iterator_from_read']//*[@class='notable-traits']",
Expand Down

0 comments on commit f528d49

Please sign in to comment.