We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa13cf commit dc6b0a6Copy full SHA for dc6b0a6
tests/gui/search.goml
@@ -36,9 +36,9 @@ go-to: |DOC_PATH| + "index.html"
36
assert: "#search-wrapper #searchbar"
37
assert-css: ("#search-wrapper", {"display": "none"})
38
39
-// Now we make the search input appear with the `S` shortcut.
40
-press-key: 'S'
41
-wait-for-css: ("#search-wrapper", {"display": "block"})
+// Now we make sure the search input appear with the `S` shortcut.
+press-key: 's'
+wait-for-css-false: ("#search-wrapper", {"display": "none"})
42
// We ensure the search bar has the focus.
43
assert: "#searchbar:focus"
44
0 commit comments