33go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
44set-window-size: (433, 600)
55assert-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
77assert-attribute-false: (".top-doc", {"open": ""})
8- click: (4, 260 )
8+ click: (4, 270 )
99assert-attribute: (".top-doc", {"open": ""})
1010// 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 )
1212assert-attribute: (".top-doc", {"open": ""})
1313
1414// Assert the position of the toggle on the top doc block.
@@ -24,10 +24,10 @@ assert-position: (
2424// Now we do the same but with a little bigger width
2525set-window-size: (600, 600)
2626assert-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.
2828assert-attribute-false: (".top-doc", {"open": ""})
29- click: (4, 260 )
29+ click: (4, 270 )
3030assert-attribute: (".top-doc", {"open": ""})
3131// 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 )
3333assert-attribute: (".top-doc", {"open": ""})
0 commit comments