mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🐛 Don't wait for foreignObjects.
This commit is contained in:
parent
3b9201ed0e
commit
93311b8b98
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@
|
|||
:scale 4})
|
||||
(bwr/set-cookie! page cookie)
|
||||
(bwr/navigate! page uri)
|
||||
(bwr/wait-for page "#screenshot foreignObject" {:visible true})
|
||||
;; (bwr/wait-for page "#screenshot foreignObject" {:visible true})
|
||||
(bwr/sleep page 2000)
|
||||
;; (bwr/eval! page (js* "() => document.body.style.background = 'transparent'"))
|
||||
page))
|
||||
|
|
Loading…
Add table
Reference in a new issue