Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-27 14:28:34 +0300
committerPhil Hughes <me@iamphill.com>2017-09-27 14:28:34 +0300
commit92a3887c9a2977881c63a8e9eb9b85c1361f3d2d (patch)
tree7966b662669c4ce7b582f4f153c69c6af1045689 /spec/features/issues/filtered_search
parentd770b633ebcf3b5378031af6e02aebf1a75b8468 (diff)
fixed spec/features/issues/filtered_search/dropdown_assignee_spec.rb
spec runs too fast so it doesn't match the first text. I think testing that the loading indicator is hidden is enough
Diffstat (limited to 'spec/features/issues/filtered_search')
-rw-r--r--spec/features/issues/filtered_search/dropdown_assignee_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
index 1c4649d0ba9..550a778bda1 100644
--- a/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
+++ b/spec/features/issues/filtered_search/dropdown_assignee_spec.rb
@@ -51,7 +51,6 @@ describe 'Dropdown assignee', :js do
it 'should hide loading indicator when loaded' do
filtered_search.set('assignee:')
- expect(find(js_dropdown_assignee)).to have_css('.filter-dropdown-loading')
expect(find(js_dropdown_assignee)).not_to have_css('.filter-dropdown-loading')
end