summaryrefslogtreecommitdiff
path: root/spec/features/issues
diff options
context:
space:
mode:
authorJarka Kadlecova <jarka@gitlab.com>2017-08-14 07:15:52 +0200
committerJarka Kadlecova <jarka@gitlab.com>2017-08-14 07:15:52 +0200
commitb67e333ce8dbb7bb81959c293e3e9c4aef5e9702 (patch)
tree2eef231f4dac6eedf23f50b03ba32280475c3d88 /spec/features/issues
parent240d262db3ab073a6ce75acc4f365e48530146a8 (diff)
downloadgitlab-ce-b67e333ce8dbb7bb81959c293e3e9c4aef5e9702.tar.gz
fix static_analysis (rubocop)
Diffstat (limited to 'spec/features/issues')
-rw-r--r--spec/features/issues/note_polling_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/issues/note_polling_spec.rb b/spec/features/issues/note_polling_spec.rb
index 2503aecdc23..9145ebb385a 100644
--- a/spec/features/issues/note_polling_spec.rb
+++ b/spec/features/issues/note_polling_spec.rb
@@ -50,7 +50,6 @@ feature 'Issue notes polling', :js do
expect(page).to have_selector(".alert")
end
-
it 'when editing but you changed some things, an update comes in, and you press cancel, show the updated content' do
click_edit_action(existing_note)