Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Wait for image search to be over in CreateContainer tests
The test was typing into the image name input and then immmediately proceeded to select an image from the dropdown. The selected image would already be in the dropdown from the start and thus it would be selected without waiting for the search to reveal it. The actual search would only start 300ms later and would at that point reset the image selection. If the test wasn't already done with the dialog at that point, the "Create button" would then be disabled. Let's just wait for the searching to be done before continuing, by observing the Alpine image disappear from the list.
- Loading branch information