Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-12-08 20:21:31 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-12-08 20:21:31 +0300
commit20ddfd9c5992a23ad394a690d194a1009ec3fd26 (patch)
treedf1a917ad9cf7ef6678bb95034214e58946f5abd /features
parent1fb49ccd7bb37d5d6bde12397f32e1c04fc009ba (diff)
Add js prefix for issuable-edit
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 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