mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
rustdoc: adjust test to cope with slightly different scrolling behaviour
This commit is contained in:
parent
f66769fe8d
commit
8b4c0d90dc
@ -10,7 +10,7 @@ assert-property: ("html", {"scrollTop": "0"})
|
||||
click: '//a[text() = "barbar"]'
|
||||
assert-property: ("html", {"scrollTop": "125"})
|
||||
click: '//a[text() = "bar"]'
|
||||
assert-property: ("html", {"scrollTop": "166"})
|
||||
assert-property: ("html", {"scrollTop": "156"})
|
||||
click: '//a[text() = "sub_fn"]'
|
||||
assert-property: ("html", {"scrollTop": "53"})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user