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>2016-03-24 19:28:46 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-04-12 20:10:43 +0300
commitf870857dddd7630dc19a77ded7784a2261e046e3 (patch)
treebb33ee8214cade78316b996657313d7cdff65829 /spec/features/projects_spec.rb
parentdca50ac1d4a6da5724b66643bcb18a4a2e3f5558 (diff)
Updated tests
Diffstat (limited to 'spec/features/projects_spec.rb')
-rw-r--r--spec/features/projects_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb
index ed97b6cb577..782c0bfe666 100644
--- a/spec/features/projects_spec.rb
+++ b/spec/features/projects_spec.rb
@@ -100,8 +100,7 @@ feature 'Project', feature: true do
it 'click toggle and show dropdown', js: true do
find('.js-projects-dropdown-toggle').click
- wait_for_ajax
- expect(page).to have_css('.select2-results li', count: 1)
+ expect(page).to have_css('.dropdown-menu-projects .dropdown-content li', count: 1)
end
end