summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-22 13:23:01 +0000
committerPhil Hughes <me@iamphill.com>2016-03-23 10:40:07 +0000
commitbb0a4c057f25dcdba41be36b96faa808ac80c852 (patch)
tree1f098353e6942c1bdd65b3f31e76b9b4bf3222c3
parentfee01133eafdb46972a22d9806898e79e7245ef2 (diff)
downloadgitlab-ce-bb0a4c057f25dcdba41be36b96faa808ac80c852.tar.gz
Fixed failing tests
-rw-r--r--features/steps/dashboard/issues.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/dashboard/issues.rb b/features/steps/dashboard/issues.rb
index f4a56865532..93aa77589be 100644
--- a/features/steps/dashboard/issues.rb
+++ b/features/steps/dashboard/issues.rb
@@ -43,10 +43,10 @@ class Spinach::Features::DashboardIssues < Spinach::FeatureSteps
step 'I click "All" link' do
find('.js-author-search').click
- find('.dropdown-menu-user-full-name', match: :first).click
+ find('.dropdown-content a', match: :first).click
find('.js-assignee-search').click
- find('.dropdown-menu-user-full-name', match: :first).click
+ find('.dropdown-content a', match: :first).click
end
def should_see(issue)