mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: ensure editor is table before fill
https://playwright.dev/java/docs/actionability#stable
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
(defn save-block
|
||||
[text]
|
||||
(util/wait-timeout 100)
|
||||
(w/click util/editor-q)
|
||||
(w/fill util/editor-q text)
|
||||
(assert/assert-is-visible (loc/filter util/editor-q :has-text text)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user