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:
authorPhil Hughes <me@iamphill.com>2016-03-30 19:13:18 +0300
committerPhil Hughes <me@iamphill.com>2016-04-04 12:48:49 +0300
commitccc64676a97d251658190bfb62e97b166cee4db1 (patch)
tree8a9029541a09d1fbc39c8006faa159832f5ac115 /features
parent29f414aa5a4d63d5676d5c0e4d89584f45ef8c35 (diff)
Commits comment test update
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/note.rb b/features/steps/shared/note.rb
index fb0462d6e04..7949d252f04 100644
--- a/features/steps/shared/note.rb
+++ b/features/steps/shared/note.rb
@@ -2,7 +2,7 @@ module SharedNote
include Spinach::DSL
step 'I delete a comment' do
- page.within('.notes') do
+ page.within('.main-notes-list') do
find('.note').hover
find(".js-note-delete").click
end