Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Jul 2, 2024
1 parent 1507800 commit cdc772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/filtering_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@

Then(/^I see the atom feed$/) do
expect(page).to have_selector("id", text: "tag:www.dev.gov.uk,2005:/restrictions-on-usage-of-spells-within-school-grounds")
expect(page).to have_selector("updated", text: "2017-12-30T10:00:00Z")
expect(page).to have_selector("updated", text: "2017-12-30T10:00:00+00:00")
expect(page).to have_selector(:css, 'link[href="http://www.dev.gov.uk/restrictions-on-usage-of-spells-within-school-grounds"]')
expect(page).to have_selector("title", text: "Restrictions on usage of spells within school grounds")
expect(page).to have_selector("summary", text: "Restrictions on usage of spells within school grounds")
Expand Down

0 comments on commit cdc772e

Please sign in to comment.