expect(stock_owners_text(merge_request)).toinclude("Some of the organisations merging have common stock owners.")
expect(stock_owners_text(merge_request)).toinclude("Dummy Org 2 has no stock owners.")
expect(stock_owners_text(merge_request)).toinclude("<a class=\"govuk-link\" target=\"_blank\" href=\"/organisations/#{merging_organisations.first.id}/stock-owners\">View all 2 Dummy Org 1 stock owners (opens in a new tab)</a>")
expect(managing_agent_text(merge_request)).toinclude("Some of the organisations merging have common managing agents.")
expect(managing_agent_text(merge_request)).toinclude("Dummy Org 2 has no managing agents.")
expect(managing_agent_text(merge_request)).toinclude("<a class=\"govuk-link\" target=\"_blank\" href=\"/organisations/#{merging_organisations.first.id}/managing-agents\">View the 1 Dummy Org 1 managing agent (opens in a new tab)</a>")