File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ goto: "file://" + |DOC_PATH| + "/help.html"
3
3
size: (1000, 1000) // Try desktop size first.
4
4
wait-for: "#help"
5
5
assert-css: ("#help", {"display": "block"})
6
+ assert-css: ("#help dd", {"font-size": "16px"})
6
7
click: "#help-button > a"
7
8
assert-css: ("#help", {"display": "block"})
8
9
compare-elements-property: (".sub", "#help", ["offsetWidth"])
@@ -18,6 +19,7 @@ size: (1000, 1000) // Only supported on desktop.
18
19
assert-false: "#help"
19
20
click: "#help-button > a"
20
21
assert-css: ("#help", {"display": "block"})
22
+ assert-css: ("#help dd", {"font-size": "16px"})
21
23
click: "#help-button > a"
22
24
assert-css: ("#help", {"display": "none"})
23
25
compare-elements-property-false: (".sub", "#help", ["offsetWidth"])
You can’t perform that action at this time.
0 commit comments