Commit 4ea42240 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove unneeded edited_text assign

parent f0cf32bf
......@@ -67,8 +67,6 @@ describe 'Comments on personal snippets', :js, feature: true do
end
context 'when editing a note' do
edited_text = find('.edited-text')
it 'changes the text' do
page.within("#notes-list li#note_#{snippet_notes[0].id}") do
click_on 'Edit comment'
......
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