From 1aa4d55c8cd11bc688995f04a0a99d46c4d7af04 Mon Sep 17 00:00:00 2001 From: Davide Dippolito Date: Wed, 1 May 2024 11:04:42 +0100 Subject: [PATCH] Update number of available nodes in sitemap system test --- spec/system/other/application_sitemap_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/other/application_sitemap_spec.rb b/spec/system/other/application_sitemap_spec.rb index 3830087d2b..6bb4873aea 100644 --- a/spec/system/other/application_sitemap_spec.rb +++ b/spec/system/other/application_sitemap_spec.rb @@ -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"))