diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 20:11:41 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | 1f5083343081adb6e4a9a438600163844d2e9875 (patch) | |
tree | 9f6352f9d751661ca50c165c6b35f4591444a85f /features | |
parent | ccc64676a97d251658190bfb62e97b166cee4db1 (diff) | |
download | gitlab-ce-1f5083343081adb6e4a9a438600163844d2e9875.tar.gz |
Updated tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/note.rb | 2 |
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 |