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
Currently hitting a CI-only test failure from wait_for_text_to_equal, works fine locally:
TimeoutException: Message: text -> a not found within 10s
I'd like to know what was found at the end of the timeout period instead of "a" but it's unclear to me how to massage the existing code to find that out.
The text was updated successfully, but these errors were encountered:
Currently hitting a CI-only test failure from
wait_for_text_to_equal
, works fine locally:I'd like to know what was found at the end of the timeout period instead of "a" but it's unclear to me how to massage the existing code to find that out.
The text was updated successfully, but these errors were encountered: