Browse Source

Update tests to reflect agents -> managing agents change

pull/2274/head
Rachael Booth 2 years ago
parent
commit
2e8d3d4173
  1. 6
      spec/requests/organisation_relationships_controller_spec.rb

6
spec/requests/organisation_relationships_controller_spec.rb

@ -113,7 +113,7 @@ RSpec.describe OrganisationRelationshipsController, type: :request do
end
it "shows the pagination count" do
expect(page).to have_content("1 total agents")
expect(page).to have_content("1 total managing agents")
end
end
@ -421,7 +421,7 @@ RSpec.describe OrganisationRelationshipsController, type: :request do
end
it "shows the pagination count" do
expect(page).to have_content("1 total agents")
expect(page).to have_content("1 total managing agents")
end
end
@ -637,7 +637,7 @@ RSpec.describe OrganisationRelationshipsController, type: :request do
end
it "shows the pagination count" do
expect(page).to have_content("1 total agents")
expect(page).to have_content("1 total managing agents")
end
it "shows remove link(s)" do

Loading…
Cancel
Save