fix: stable status and number children tests

This commit is contained in:
Tienson Qin
2025-05-08 01:23:58 +08:00
parent da20b48bd2
commit ae77763957

View File

@@ -129,6 +129,7 @@
(util/input-command status)
(is (= text (util/get-edit-content)))
(util/exit-edit)
(k/esc)
(w/wait-for (str ".ls-icon-" (get status->icon status status))))))))
(deftest priority-test
@@ -203,6 +204,7 @@
(testing "number children commands"
(b/new-blocks ["a" "a1" "a2" "a3" "b"])
(k/arrow-up)
(w/wait-for "textarea:text('a3')")
(util/repeat-keyboard 3 "Shift+ArrowUp")
(k/tab)
(b/jump-to-block "a")