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
path: root/spec
diff options
context:
space:
mode:
authorFilipa Lacerda <lacerda.filipa@gmail.com>2017-02-21 12:54:54 +0300
committerFilipa Lacerda <lacerda.filipa@gmail.com>2017-02-21 12:54:54 +0300
commit01e5189ef83caee007944acc4bcc035926f9504a (patch)
treeea3cb4b858094ed97ac717320f45273f586c6b90 /spec
parentb596dd8fedd9dc8f9487e1e67a52a7b211bd956b (diff)
parent3c20a6478c5b2586ccc5f0fd23fac578a89bc37f (diff)
Merge branch 'dropdown-loading-class-add' into 'master'
Changes when loading indicator is added to dropdown See merge request !9345
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/ref_switcher_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/projects/ref_switcher_spec.rb b/spec/features/projects/ref_switcher_spec.rb
index 4eafac1acd8..3b8f0b2d3f8 100644
--- a/spec/features/projects/ref_switcher_spec.rb
+++ b/spec/features/projects/ref_switcher_spec.rb
@@ -20,6 +20,8 @@ feature 'Ref switcher', feature: true, js: true do
input.set 'binary'
wait_for_ajax
+ expect(find('.dropdown-content ul')).to have_selector('li', count: 6)
+
page.within '.dropdown-content ul' do
input.native.send_keys :enter
end