Commit 9e6c5853 authored by Bryce Johnson's avatar Bryce Johnson

Fix failing spec squash.

parent 2c4997a8
......@@ -54,7 +54,7 @@
.mr-widget-footer{ 'v-show' => '!showApprovals' }
= icon("spinner spin")
Checking approval status for this merge request.
.approvals-component{ 'v-show' => 'showApprovals' }
.approvals-components{ 'v-show' => 'showApprovals' }
= render 'projects/merge_requests/widget/open/approvals_body'
= render 'projects/merge_requests/widget/open/approvals_footer'
......
......@@ -197,10 +197,6 @@ feature 'Merge request approvals', js: true, feature: true do
it 'I am able to approve' do
approve_merge_request
page.within '.mr-state-widget' do
click_button 'Approve Merge Request'
end
wait_for_ajax
expect(page).to have_content('Approved by')
expect(page).to have_css('.approver-avatar')
......
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