summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/issues.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-24 21:34:06 +0100
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-24 21:34:06 +0100
commitaabe93ce9c2c4947595f6d29628d5e1030bfb372 (patch)
treef6fb31deb76bf137000481c2fb436984117f9522 /features/steps/dashboard/issues.rb
parent3549d7c1d402c10c567c239b006132c45b0c0d1e (diff)
parent3028a7d25a88ccf7352eec2a7238fe555cc770e1 (diff)
downloadgitlab-ce-aabe93ce9c2c4947595f6d29628d5e1030bfb372.tar.gz
Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296
Diffstat (limited to 'features/steps/dashboard/issues.rb')
-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)