• Dylan Griffith's avatar
    Fix feature spec Clusters Applications (#17052) · ebac9c81
    Dylan Griffith authored
    We need to actually wait for the "Install" button to be enabled before clicking it otherwise we have a race condition where it sometimes works. Also change the `expect(page.find(...))` to `expect(page).to have_css` as this is prefered to avoid race conditions
    ebac9c81
applications_spec.rb 5.06 KB