rustdoc: fix rustdoc-gui tests for logo changes
This commit is contained in:
parent
c6e6ecb1af
commit
7c10c6f63d
6 changed files with 34 additions and 18 deletions
|
@ -8,13 +8,13 @@ set-window-size: (600, 800)
|
|||
assert-property: ("html", {"scrollTop": "0"})
|
||||
|
||||
click: '//a[text() = "barbar" and @href="#5-7"]'
|
||||
assert-property: ("html", {"scrollTop": "149"})
|
||||
assert-property: ("html", {"scrollTop": "123"})
|
||||
click: '//a[text() = "bar" and @href="#28-36"]'
|
||||
assert-property: ("html", {"scrollTop": "180"})
|
||||
assert-property: ("html", {"scrollTop": "154"})
|
||||
click: '//a[text() = "sub_fn" and @href="#2-4"]'
|
||||
assert-property: ("html", {"scrollTop": "77"})
|
||||
assert-property: ("html", {"scrollTop": "51"})
|
||||
|
||||
// We now check that clicking on lines doesn't change the scroll
|
||||
// Extra information: the "sub_fn" function header is on line 1.
|
||||
click: '//*[@id="6"]'
|
||||
assert-property: ("html", {"scrollTop": "77"})
|
||||
assert-property: ("html", {"scrollTop": "51"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue