Commit 1318b377 authored by Clement Ho's avatar Clement Ho

Fix conflict for form_spec

parent b0a4476c
...@@ -24,11 +24,7 @@ describe 'New/edit issue', :feature, :js do ...@@ -24,11 +24,7 @@ describe 'New/edit issue', :feature, :js do
visit new_namespace_project_issue_path(project.namespace, project) visit new_namespace_project_issue_path(project.namespace, project)
end end
<<<<<<< HEAD
xdescribe 'shorten users API pagination limit (CE)' do xdescribe 'shorten users API pagination limit (CE)' do
=======
describe 'shorten users API pagination limit (CE)' do
>>>>>>> ce-com/master
before do before do
# Using `allow_any_instance_of`/`and_wrap_original`, `original` would # Using `allow_any_instance_of`/`and_wrap_original`, `original` would
# somehow refer to the very block we defined to _wrap_ that method, instead of # somehow refer to the very block we defined to _wrap_ that method, instead of
...@@ -68,11 +64,7 @@ describe 'New/edit issue', :feature, :js do ...@@ -68,11 +64,7 @@ describe 'New/edit issue', :feature, :js do
end end
end end
<<<<<<< HEAD
xdescribe 'single assignee (CE)' do xdescribe 'single assignee (CE)' do
=======
describe 'single assignee (CE)' do
>>>>>>> ce-com/master
before do before do
click_button 'Unassigned' click_button 'Unassigned'
......
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