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 22:11:41 +0300
committerPhil Hughes <me@iamphill.com>2016-04-04 12:48:49 +0300
commit1f5083343081adb6e4a9a438600163844d2e9875 (patch)
tree9f6352f9d751661ca50c165c6b35f4591444a85f /features
parentccc64676a97d251658190bfb62e97b166cee4db1 (diff)
Updated tests
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 7949d252f04..a3c3887ab46 100644
--- a/features/steps/shared/note.rb
+++ b/features/steps/shared/note.rb
@@ -128,7 +128,7 @@ module SharedNote
end
step 'I edit the last comment with a +1' do
- page.within(".notes") do
+ page.within(".main-notes-list") do
find(".note").hover
find('.js-note-edit').click
end