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 |
||
|---|---|---|
| .. | ||
| applications_spec.rb | ||
| gcp_spec.rb | ||
| interchangeability_spec.rb | ||
| user_spec.rb | ||