gitlab-org--gitlab-foss/spec/features/dashboard
Eric Eastwood a1d0a16bfb Fix flakey time-senstive group filter specs
This passed previously because the filtered group search is debounced by 0.5s. The test cleared the input, entered `group1`, cleared the input, entered nothing, and the all of groups are still listed because of the 0.5s debounce hasn't triggered and the test passes before anything is actually filtered.

Even if we assert that the list is filtered before clearing the input, the test still fails because the nature of the `fill_in 'filter', with: ""` method is that ["if you're setting the value to "", no keys are ever actually sent, hence no [`input`] event"](https://github.com/teamcapybara/capybara/issues/203#issuecomment-557281) and we never filter back to everything in the list.

So the solution is two-fold, add in the assertions that the list is actually filtered after each step. Then use a method that fills the input with proper events fired.
2018-06-14 21:31:54 -05:00
..
todos Fix pagination spec, forgot to add space 2018-05-24 16:07:33 -05:00
active_tab_spec.rb
activity_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
archived_projects_spec.rb
datetime_on_tooltips_spec.rb
group_spec.rb
groups_list_spec.rb Fix flakey time-senstive group filter specs 2018-06-14 21:31:54 -05:00
help_spec.rb
issuables_counter_spec.rb
issues_filter_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
issues_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
label_filter_spec.rb
merge_requests_spec.rb Fixed dashboard filtering tests 2018-04-03 20:19:20 +02:00
milestone_filter_spec.rb Reset milestone filter when clicking "Any Milestone" in dashboard 2018-04-26 19:08:47 +00:00
milestone_tabs_spec.rb
milestones_spec.rb
project_member_activity_index_spec.rb
projects_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
shortcuts_spec.rb
snippets_spec.rb
user_filters_projects_spec.rb