test(e2e): update multi-tabs-test

This commit is contained in:
rcmerci
2025-04-27 22:58:27 +08:00
parent f3e0036f42
commit 3c31189f4a
3 changed files with 29 additions and 27 deletions

View File

@@ -27,4 +27,5 @@
(defn assert-graph-loaded?
[]
;; there's some blocks visible now
(assert-is-visible "span.block-title-wrap"))

View File

@@ -156,3 +156,8 @@
(defn goto-journals
[]
(search-and-click "Go to journals"))
(defn refresh-until-graph-loaded
[]
(w/refresh)
(assert/assert-graph-loaded?))