Skip to content

Commit

Permalink
Remove wildlife package test
Browse files Browse the repository at this point in the history
We need to remove this check as we are renaming the field in content schema
and if we leave this value in we are unabel to get a green build.

We will investigate the value of adding this check back in with the update
link text once we have completed the content schema change.
  • Loading branch information
dwhenry committed Jan 16, 2018
1 parent ca9ab11 commit e2aaea7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/specialist_document_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class SpecialistDocumentTest < ActionDispatch::IntegrationTest
within(all(".app-c-important-metadata__definition")[1]) do
assert page.has_link?("Arable land",
href: "/countryside-stewardship-grants?land_use%5B%5D=arable-land")
assert page.has_link?("Wildlife package",
href: "/countryside-stewardship-grants?land_use%5B%5D=wildlife-package")
assert page.has_link?("Water quality",
href: "/countryside-stewardship-grants?land_use%5B%5D=water-quality")
end
Expand Down

0 comments on commit e2aaea7

Please sign in to comment.