3
3
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
4
4
set-window-size: (433, 600)
5
5
assert-attribute: (".top-doc", {"open": ""})
6
- click: (4, 260 ) // This is the position of the top doc comment toggle
6
+ click: (4, 270 ) // This is the position of the top doc comment toggle
7
7
assert-attribute-false: (".top-doc", {"open": ""})
8
- click: (4, 260 )
8
+ click: (4, 270 )
9
9
assert-attribute: (".top-doc", {"open": ""})
10
10
// To ensure that the toggle isn't over the text, we check that the toggle isn't clicked.
11
- click: (3, 260 )
11
+ click: (3, 270 )
12
12
assert-attribute: (".top-doc", {"open": ""})
13
13
14
14
// Assert the position of the toggle on the top doc block.
@@ -24,10 +24,10 @@ assert-position: (
24
24
// Now we do the same but with a little bigger width
25
25
set-window-size: (600, 600)
26
26
assert-attribute: (".top-doc", {"open": ""})
27
- click: (4, 260 ) // New Y position since all search elements are back on one line.
27
+ click: (4, 270 ) // New Y position since all search elements are back on one line.
28
28
assert-attribute-false: (".top-doc", {"open": ""})
29
- click: (4, 260 )
29
+ click: (4, 270 )
30
30
assert-attribute: (".top-doc", {"open": ""})
31
31
// To ensure that the toggle isn't over the text, we check that the toggle isn't clicked.
32
- click: (3, 260 )
32
+ click: (3, 270 )
33
33
assert-attribute: (".top-doc", {"open": ""})
0 commit comments