diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2016-04-16 21:48:35 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-04-16 21:48:35 +0000 |
commit | 5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (patch) | |
tree | 520d4c7ac81dd34a97f58d0009ae5670b467556f /features/steps/shared/issuable.rb | |
parent | 7dce9b1dc2edde2b4381604a3d0e09ba5835c6cf (diff) | |
parent | 84fba4d16248de96dcea1ab7e6a56aae58668175 (diff) | |
download | gitlab-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/steps/shared/issuable.rb')
-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 |