Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Wait for image search to be over in CreateContainer tests #1885

Merged
merged 1 commit into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. test: Wait for image search to be over in CreateContainer tests

    For example, one 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 unmatched images disappear from the list.
    mvollmer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fd6212f View commit details
    Browse the repository at this point in the history