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:
authorJacob Schatz <jschatz@gitlab.com>2017-02-03 18:03:57 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-02-03 18:03:57 +0300
commit806b038a44cda37fa7d8ba9afae4b7adb07afe94 (patch)
treef8841e93eb070feae34fa2cc5f61e0efecf88bd0 /spec
parent52ea505126da19717c9137e6bb301f55965eb6e4 (diff)
parent50d58c14cd2cd1b8fb1bb9e4a7a1091b5af90c04 (diff)
Merge branch 'ref-switcher-perf' into 'master'
Improved ref switcher dropdown performance Closes #18202 See merge request !7239
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/ref_switcher_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/features/projects/ref_switcher_spec.rb b/spec/features/projects/ref_switcher_spec.rb
index 472491188c9..38fe2d92885 100644
--- a/spec/features/projects/ref_switcher_spec.rb
+++ b/spec/features/projects/ref_switcher_spec.rb
@@ -17,14 +17,15 @@ feature 'Ref switcher', feature: true, js: true do
page.within '.project-refs-form' do
input = find('input[type="search"]')
- input.set 'expand'
+ input.set 'binary'
+ wait_for_ajax
input.native.send_keys :down
input.native.send_keys :down
input.native.send_keys :enter
end
- expect(page).to have_title 'expand-collapse-files'
+ expect(page).to have_title 'binary-encoding'
end
it "user selects ref with special characters" do