diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-12-12 10:52:23 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-12-12 10:52:23 +0000 |
commit | 2ef39a80410540995fe3f64bf38ae0f0adb9fc0f (patch) | |
tree | 6a89b1824b179fec99587ef5d14de7d2ed38a402 /features | |
parent | ba5b53954872c8ef1804a6111d08ebc8d72f57a3 (diff) | |
parent | 20ddfd9c5992a23ad394a690d194a1009ec3fd26 (diff) | |
download | gitlab-ce-2ef39a80410540995fe3f64bf38ae0f0adb9fc0f.tar.gz |
Merge branch 'add-js-prefix-issuable-edit' into 'master'
Add js prefix for issuable-edit
Closes #40965
See merge request gitlab-org/gitlab-ce!15813
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 714985f2051..f90247c3fe8 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('.issuable-edit', visible: true).click + find('.js-issuable-edit', visible: true).click end step 'project "Community" has "Community issue" open issue' do |