mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
test(e2e): update multi-tabs-test
This commit is contained in:
@@ -27,4 +27,5 @@
|
||||
|
||||
(defn assert-graph-loaded?
|
||||
[]
|
||||
;; there's some blocks visible now
|
||||
(assert-is-visible "span.block-title-wrap"))
|
||||
|
||||
@@ -156,3 +156,8 @@
|
||||
(defn goto-journals
|
||||
[]
|
||||
(search-and-click "Go to journals"))
|
||||
|
||||
(defn refresh-until-graph-loaded
|
||||
[]
|
||||
(w/refresh)
|
||||
(assert/assert-graph-loaded?))
|
||||
|
||||
Reference in New Issue
Block a user