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-08-14 20:08:28 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-08-14 20:08:28 +0300
commitcf55fb9b964ad47fa2f1eb5703f447bbb614f125 (patch)
tree7aabdcc059ce89897fbd4f11f1a75888508da6b9 /spec/features/issues
parent3248911c08755b8c2885e88c65f3af33e6d1800c (diff)
parent8858ddaf83e57adc6c003e03e72929f6068a6bfa (diff)
Merge branch '34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master'
Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
Diffstat (limited to 'spec/features/issues')
-rw-r--r--spec/features/issues/note_polling_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/issues/note_polling_spec.rb b/spec/features/issues/note_polling_spec.rb
index 9f08ecc214b..62dbc3efb01 100644
--- a/spec/features/issues/note_polling_spec.rb
+++ b/spec/features/issues/note_polling_spec.rb
@@ -133,8 +133,6 @@ feature 'Issue notes polling', :js do
def click_edit_action(note)
note_element = find("#note_#{note.id}")
- open_more_actions_dropdown(note)
-
note_element.find('.js-note-edit').click
end
end