Commit cd1b6acb authored by Bryce Johnson's avatar Bryce Johnson

Remove unused spec for merge button disabled.

parent 40dcae37
...@@ -608,13 +608,6 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps ...@@ -608,13 +608,6 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end end
end end
step 'I should see the merge button disabled' do
page.within '.mr-state-widget' do
wait_for_ajax
expect(page).to have_button('Accept Merge Request', disabled: true)
end
end
step 'I should not see merge button' do step 'I should not see merge button' do
page.within '.mr-state-widget' do page.within '.mr-state-widget' do
expect(page).not_to have_button('Accept Merge Request') expect(page).not_to have_button('Accept Merge Request')
......
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