Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix race in testCreateContainerInPodUser()
That dialog switches between the "All" and "Local" filter of images. The busybox image is shown in both views; however, it gets re-rendered on switch, so clicking on it is a race condition -- without waiting the click often goes to the *old* "All" result. We can't directly wait on that transition. So switch to the "docker.io" filter first, wait for the "No images found", and then switch to "Local", so that our `wait_visible()` can take over.
- Loading branch information