You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I´m using playwright+jest to do some E2E tests and I´m trying to include some screenshots. it´s ok for chromium but in firefox&webkit the screenshot is taken when the pagehas not had enough time to load and some object isn´t appear.
How do you think that can be solved?
Regards
The text was updated successfully, but these errors were encountered:
Hi @DiegoFBenavides, are you waiting on a selector before you take the screenshot? You could wait for the elements to appear before you take a screenshot to make sure that you're taking screenshot of the final rendered view.
Hi everyone!
I´m using playwright+jest to do some E2E tests and I´m trying to include some screenshots. it´s ok for chromium but in firefox&webkit the screenshot is taken when the pagehas not had enough time to load and some object isn´t appear.
How do you think that can be solved?
Regards
The text was updated successfully, but these errors were encountered: