diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-01 13:44:22 +0100 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-04-16 16:13:16 -0400 |
commit | ce2e37d446c113575b137f1a11d56df080d02148 (patch) | |
tree | dc832b5bc28b0851a05b33bd0bd5915127ca4ea3 /features | |
parent | 6c949b2bf1c9ee47fb5b181f44021ad6eeb1cd5a (diff) | |
download | gitlab-ce-ce2e37d446c113575b137f1a11d56df080d02148.tar.gz |
Fixed tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/issuable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/issuable.rb b/features/steps/shared/issuable.rb index 24b3fb6eacb..a58b3cb7e16 100644 --- a/features/steps/shared/issuable.rb +++ b/features/steps/shared/issuable.rb @@ -2,7 +2,7 @@ module SharedIssuable include Spinach::DSL def edit_issuable - find(:css, '.issuable-edit').click + find('.issuable-edit', visible: true).click end step 'project "Community" has "Community issue" open issue' do |