summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-30 17:03:51 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-12-30 17:04:29 -0500
commit5c071822339d194fd9f10e099a181b60a4bf8913 (patch)
treee9cd725cb2a43bf2b2fcdb6c070f25c324a58a89
parent7c8d218c629dfbe0007a796c0af9c6e4b848468c (diff)
downloadgitlab-ce-zj/gitlab-ce-swap-position-author-assignee-selector-issueable.tar.gz
Fix "I see current user as the first user" stepzj/gitlab-ce-swap-position-author-assignee-selector-issueable
Why did this break? `¯\_(ツ)_/¯`
-rw-r--r--features/steps/project/issues/issues.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/issues/issues.rb b/features/steps/project/issues/issues.rb
index 4a7ff21d385..a00d4497a5f 100644
--- a/features/steps/project/issues/issues.rb
+++ b/features/steps/project/issues/issues.rb
@@ -63,7 +63,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
step 'I see current user as the first user' do
- expect(page).to have_selector('.user-result', visible: true, count: 4)
+ expect(page).to have_selector('.user-result', visible: true, count: 3)
users = page.all('.user-name')
expect(users[0].text).to eq 'Any Assignee'
expect(users[1].text).to eq 'Unassigned'