diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 17:13:18 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | ccc64676a97d251658190bfb62e97b166cee4db1 (patch) | |
tree | 8a9029541a09d1fbc39c8006faa159832f5ac115 /features | |
parent | 29f414aa5a4d63d5676d5c0e4d89584f45ef8c35 (diff) | |
download | gitlab-ce-ccc64676a97d251658190bfb62e97b166cee4db1.tar.gz |
Commits comment test update
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 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 |