test(e2e): add more autocomplete test

This commit is contained in:
Junyi Du
2021-12-18 04:13:12 +08:00
committed by Andelf
parent c5d39cdb8a
commit 09120cfce2
3 changed files with 20 additions and 6 deletions

View File

@@ -2904,9 +2904,6 @@
non-enter-processed? (and is-processed? ;; #3251
(not= code keycode/enter-code))] ;; #3459
(when-not (or (state/get-editor-show-input) non-enter-processed?)
(js/console.log "---")
(js/console.log e)
(js/console.log last-key-code)
(cond
(and (not (contains? #{"ArrowDown" "ArrowLeft" "ArrowRight" "ArrowUp"} k))
(not (:editor/show-page-search? @state/state))