summaryrefslogtreecommitdiff
path: root/features/steps/shared/diff_note.rb
diff options
context:
space:
mode:
authorRubén Dávila <Ruben@GitLab.com>2015-12-16 14:55:48 -0500
committerRubén Dávila <Ruben@GitLab.com>2015-12-17 01:01:08 -0500
commita4e0c7c7d6b34fbfeeffe544189d20ca5444414b (patch)
treea4788c25cff883a6ad1ae45c0c57eb41c103d461 /features/steps/shared/diff_note.rb
parent9ede66f619bb030ad351a7abf7b1be2148de7f99 (diff)
downloadgitlab-ce-issue_4131.tar.gz
Upgrade Poltergeist to 1.8.1. #4131issue_4131
Diffstat (limited to 'features/steps/shared/diff_note.rb')
-rw-r--r--features/steps/shared/diff_note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/diff_note.rb b/features/steps/shared/diff_note.rb
index dd466cde28d..c6a0ae2ba38 100644
--- a/features/steps/shared/diff_note.rb
+++ b/features/steps/shared/diff_note.rb
@@ -166,7 +166,7 @@ module SharedDiffNote
end
step 'I should see add a diff comment button' do
- expect(page).to have_css('.js-add-diff-note-button', visible: true)
+ expect(page).to have_css('.js-add-diff-note-button')
end
step 'I should see an empty diff comment form' do