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
You currently support only a subset of waiting functions make sure to cover them all:
Wait
Waitall
Test
Testall
Waitsome
Testsome
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Note: for test you need to intercept the flag to "catch" completion.
Also add support for the following Test and Wait functions:
Testany
Waitany
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Activity
dssgabriel commentedon Feb 18, 2022
Also add support for the following
Test
andWait
functions: