|
|
|
|
@ -506,7 +506,7 @@ RSpec.describe MergeRequestsController, type: :request do
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "shows stock owners and managing agents count and doesn't have links to view merge outcomes" do |
|
|
|
|
expect(merge_request.status).to eq("processing") |
|
|
|
|
expect(merge_request.status).to eq("request_merged") |
|
|
|
|
expect(page).not_to have_link("View", href: relationship_outcomes_merge_request_path(merge_request)) |
|
|
|
|
expect(page).to have_content("8 stock owners") |
|
|
|
|
expect(page).to have_content("5 managing agents") |
|
|
|
|
|