Skip to content

Commit

Permalink
Update number of available nodes in sitemap system test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddippolito committed May 1, 2024
1 parent 430923c commit c5b73d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/other/application_sitemap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
document = Nokogiri::XML::Document.parse(body)
nodes = document.search("url")

expect(nodes.count).to eq(293)
expect(nodes.count).to eq(300)
expect(nodes.search("loc[text()='#{root_url(protocol: 'https')}']").text)
.to eq(root_url(protocol: "https"))

Expand Down

0 comments on commit c5b73d0

Please sign in to comment.