diff options
author | Rubén Dávila <Ruben@GitLab.com> | 2015-12-16 14:55:48 -0500 |
---|---|---|
committer | Rubén Dávila <Ruben@GitLab.com> | 2015-12-17 01:01:08 -0500 |
commit | a4e0c7c7d6b34fbfeeffe544189d20ca5444414b (patch) | |
tree | a4788c25cff883a6ad1ae45c0c57eb41c103d461 /features/steps/shared/diff_note.rb | |
parent | 9ede66f619bb030ad351a7abf7b1be2148de7f99 (diff) | |
download | gitlab-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.rb | 2 |
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 |