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
Now takeElementScreenshot function contains wait logic that guarantee that if rendering process was started BEFORE takeElementScreenshot function call - it waits it's end (or simply waits 1.5 secs till timeout if no any rendering).
This is violation of "single responsibility" approach and causes extra execution time for many tests.
Please remove that logic and correct all tests that illegally uses takeElementScreenshot function capability of rendering wait
The text was updated successfully, but these errors were encountered:
Now
takeElementScreenshot
function contains wait logic that guarantee that if rendering process was started BEFOREtakeElementScreenshot
function call - it waits it's end (or simply waits 1.5 secs till timeout if no any rendering).This is violation of "single responsibility" approach and causes extra execution time for many tests.
Please remove that logic and correct all tests that illegally uses
takeElementScreenshot
function capability of rendering waitThe text was updated successfully, but these errors were encountered: