File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ press-key: "Escape"
13
13
assert-css: ("#help-button .popover", {"display": "none"})
14
14
// Checking doc collapse and expand.
15
15
// It should be displaying a "-":
16
- assert-text: ("#toggle-all-docs", "[\u2212 ]")
16
+ assert-text: ("#toggle-all-docs", "[− ]")
17
17
press-key: "-"
18
18
wait-for-text: ("#toggle-all-docs", "[+]")
19
19
assert-attribute: ("#toggle-all-docs", {"class": "will-expand"})
@@ -23,9 +23,9 @@ assert-text: ("#toggle-all-docs", "[+]")
23
23
assert-attribute: ("#toggle-all-docs", {"class": "will-expand"})
24
24
// Expanding now.
25
25
press-key: "+"
26
- wait-for-text: ("#toggle-all-docs", "[\u2212 ]")
26
+ wait-for-text: ("#toggle-all-docs", "[− ]")
27
27
assert-attribute: ("#toggle-all-docs", {"class": ""})
28
28
// Pressing it again shouldn't do anything.
29
29
press-key: "+"
30
- assert-text: ("#toggle-all-docs", "[\u2212 ]")
30
+ assert-text: ("#toggle-all-docs", "[− ]")
31
31
assert-attribute: ("#toggle-all-docs", {"class": ""})
You can’t perform that action at this time.
0 commit comments