mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: e2e tests
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
(js/setTimeout
|
||||
(fn []
|
||||
(when-let [block-add-button (->> (dom/sel ".block-add-button")
|
||||
(filter #(= (str (:db/id page)) (dom/attr % "data-block-id")))
|
||||
(filter #(= (str (:db/id page)) (dom/attr % "blockid")))
|
||||
first)]
|
||||
(.click block-add-button)))
|
||||
200)))
|
||||
|
||||
Reference in New Issue
Block a user