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
itest: replace wait.NoError calls with BeforeTimeout
Function `wait.NoError` will call the given target function multiple
times. Whereas `BeforeTimeout` calls the given target function once.
We don't want to call the target function more than once in this itest.
This commit changes `wait.NoError` calls to `BeforeTimeout`.
0 commit comments