summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-16 21:48:35 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-04-16 21:48:35 +0000
commit5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (patch)
tree520d4c7ac81dd34a97f58d0009ae5670b467556f /features
parent7dce9b1dc2edde2b4381604a3d0e09ba5835c6cf (diff)
parent84fba4d16248de96dcea1ab7e6a56aae58668175 (diff)
downloadgitlab-ce-5048064dc5e7ca30f65209c7ccd9fb90f9ac49db.tar.gz
Merge branch 'issues-mobile-header' into 'master'
Refactored issue header to work better for mobile This will also work better for when the title makes the buttons drop down a new line Closes #14228 See merge request !3487
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/issuable.rb2
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