Commit 88328392 authored by Robert Speicher's avatar Robert Speicher

Fix Style/CommentIndentation cop violation

parent 0bb320cf
...@@ -86,13 +86,13 @@ describe 'Comments' do ...@@ -86,13 +86,13 @@ describe 'Comments' do
end end
# TODO: fix after 7.7 release # TODO: fix after 7.7 release
#it "should reset the edit note form textarea with the original content of the note if cancelled" do # it "should reset the edit note form textarea with the original content of the note if cancelled" do
#within(".current-note-edit-form") do # within(".current-note-edit-form") do
#fill_in "note[note]", with: "Some new content" # fill_in "note[note]", with: "Some new content"
#find(".btn-cancel").click # find(".btn-cancel").click
#expect(find(".js-note-text", visible: false).text).to eq note.note # expect(find(".js-note-text", visible: false).text).to eq note.note
#end # end
#end # end
it 'appends the edited at time to the note' do it 'appends the edited at time to the note' do
page.within('.current-note-edit-form') do page.within('.current-note-edit-form') do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment