File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ press-key: "Escape"
1313assert-css: ("#help-button .popover", {"display": "none"})
1414// Checking doc collapse and expand.
1515// It should be displaying a "-":
16- assert-text: ("#toggle-all-docs", "[\u2212 ]")
16+ assert-text: ("#toggle-all-docs", "[− ]")
1717press-key: "-"
1818wait-for-text: ("#toggle-all-docs", "[+]")
1919assert-attribute: ("#toggle-all-docs", {"class": "will-expand"})
@@ -23,9 +23,9 @@ assert-text: ("#toggle-all-docs", "[+]")
2323assert-attribute: ("#toggle-all-docs", {"class": "will-expand"})
2424// Expanding now.
2525press-key: "+"
26- wait-for-text: ("#toggle-all-docs", "[\u2212 ]")
26+ wait-for-text: ("#toggle-all-docs", "[− ]")
2727assert-attribute: ("#toggle-all-docs", {"class": ""})
2828// Pressing it again shouldn't do anything.
2929press-key: "+"
30- assert-text: ("#toggle-all-docs", "[\u2212 ]")
30+ assert-text: ("#toggle-all-docs", "[− ]")
3131assert-attribute: ("#toggle-all-docs", {"class": ""})
You can’t perform that action at this time.
0 commit comments