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
Add a wait_while that is the inverse of wait_until as mentioned in #628. This should be added to test.gd and will wait while a predicate method returns true. It will return true if the method times out, and false if not.
The text was updated successfully, but these errors were encountered:
Versions
Godot 4.x
The Feature
Add a
wait_while
that is the inverse ofwait_until
as mentioned in #628. This should be added totest.gd
and will wait while a predicate method returnstrue
. It will returntrue
if the method times out, andfalse
if not.The text was updated successfully, but these errors were encountered: