Commit 0061d2d8 authored by Clement Ho's avatar Clement Ho

Remove unnecessary white space from conflict resolution

parent c372787e
...@@ -45,14 +45,14 @@ feature 'Update Epic', :js do ...@@ -45,14 +45,14 @@ feature 'Update Epic', :js do
expect(find('.issuable-details h2.title')).to have_content('New epic title') expect(find('.issuable-details h2.title')).to have_content('New epic title')
expect(find('.issuable-details .description')).to have_content('New epic description') expect(find('.issuable-details .description')).to have_content('New epic description')
end end
# File attachment feature is not implemented yet for epics # File attachment feature is not implemented yet for epics
it 'cannot attach files' do it 'cannot attach files' do
find('.btn-edit').click find('.btn-edit').click
expect(page).not_to have_selector('.uploading-container .button-attach-file') expect(page).not_to have_selector('.uploading-container .button-attach-file')
end end
it 'updates the tasklist' do it 'updates the tasklist' do
expect(page).to have_selector('ul.task-list', count: 1) expect(page).to have_selector('ul.task-list', count: 1)
expect(page).to have_selector('li.task-list-item', count: 1) expect(page).to have_selector('li.task-list-item', count: 1)
......
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