Browse Source

feat: update tests

pull/1791/head
natdeanlewissoftwire 3 years ago
parent
commit
ff4a6f3f3f
  1. 2
      spec/features/organisation_spec.rb

2
spec/features/organisation_spec.rb

@ -194,7 +194,7 @@ RSpec.describe "User Features" do
end end
check("years-2021-field") check("years-2021-field")
click_button("Apply filters") click_button("Apply filters")
expect(page).to have_current_path("/organisations/#{organisation.id}/lettings-logs?years[]=&years[]=2021&status[]=&assigned_to=all&user=") expect(page).to have_current_path("/organisations/#{org_id}/lettings-logs?years[]=&years[]=2021&status[]=&assigned_to=all&user=")
expect(page).not_to have_link first_log.id.to_s, href: "/lettings-logs/#{first_log.id}" expect(page).not_to have_link first_log.id.to_s, href: "/lettings-logs/#{first_log.id}"
end end
end end

Loading…
Cancel
Save