Commit Graph

10 Commits

Author SHA1 Message Date
Rémy Coutable 7bff17eb75 Shave spec/features/issues/filtered_search/dropdown_label_spec.rb from 10 minutes to 1.5 minutes
- Don't use `sleep` (most of the time was wasted by that)
- Expect some elements to be visible instead: capybara is smart enough
  to retry a few times if it cannot find an element
- See
  https://github.com/teamcapybara/capybara#asynchronous-javascript-ajax-and-friends
- Don't create unneccessary DB records
- Group some examples together to shave some setup time (where it makes
  sense)

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-03 19:08:21 +01:00
Clement Ho bc84137dc6 Add caching of droplab ajax requests 2017-01-26 17:19:05 -06:00
Phil Hughes 2fb635888b Fixed error with filter keyboard tests
Issue filter now appends a space & the test wasn't taking this into
account when checking the value
2017-01-25 10:43:37 +00:00
Jacob Schatz a84656fcad Merge branch 'filtered-search-keyboard-navigation' into 'master'
Fixed keyboard navigation not working in filtered search bar

Closes #26840

See merge request !8656
2017-01-25 04:29:16 +00:00
Phil Hughes ecf08ae1e6 Fixed some issues with droplab & keyboard navigation
Added specs
2017-01-23 09:22:59 +00:00
Mike Greiling deefcb1951 update tests to correspond with new behavior 2017-01-21 23:55:06 -06:00
Clement Ho ce9d3ee599 Backend review 2017-01-11 20:47:42 -05:00
Clement Ho 12753def90 Fix specs 2017-01-09 16:01:34 -06:00
Clement Ho f72c1bf1c9 Fix specs 2017-01-09 16:01:34 -06:00
Clement Ho e05d6b1cfa Add specs for remaining dropdowns 2017-01-09 16:01:33 -06:00