Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  2. Mar 01, 2018
    • 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
  3. Feb 23, 2018
    • Dylan Griffith's avatar
      Fix spec/features/projects/clusters/applications_spec.rb (#42643)> · f7693080
      Dylan Griffith authored
      Also remove the flakiness by using
      `expect(page).to have_css(..., exact_text: '')` instead of
      `expect(page.find(...).text).to eq('')` since the former will wait until
      the text has this value while the latter will only wait for the element
      to exist then test its text straight away which introduces a race
      condition if the element is already there with a previous text value.
      This test was failing locally most of the time because of this other
      way of asserting.
      f7693080
  4. Feb 22, 2018
  5. Feb 20, 2018
  6. Feb 12, 2018
  7. Feb 06, 2018
  8. Jan 26, 2018
  9. Jan 11, 2018
  10. Jan 06, 2018
  11. Jan 04, 2018
  12. Dec 22, 2017
  13. Dec 21, 2017
  14. Dec 16, 2017
  15. Dec 06, 2017
  16. Dec 05, 2017
  17. Dec 04, 2017
  18. Dec 03, 2017
  19. Nov 28, 2017
Loading