fix: ensure editor is table before fill

https://playwright.dev/java/docs/actionability#stable
This commit is contained in:
Tienson Qin
2025-05-18 18:18:00 +08:00
parent b5a73b9b72
commit 1ac6ff9121

View File

@@ -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)))