0
Fork 0
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:
Andrey Antukh 2021-03-03 10:42:32 +01:00
parent 3b9201ed0e
commit 93311b8b98

View file

@ -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))