From e50bd196d0fb9e98ff40661b650d16e51d1b5109 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 13 Feb 2025 09:11:55 +1100 Subject: [PATCH] Update spec/system/admin/configuration/states_spec.rb Co-authored-by: Maikel --- spec/system/admin/configuration/states_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/configuration/states_spec.rb b/spec/system/admin/configuration/states_spec.rb index f7f58c9edc..895ac974e8 100644 --- a/spec/system/admin/configuration/states_spec.rb +++ b/spec/system/admin/configuration/states_spec.rb @@ -16,7 +16,7 @@ RSpec.describe "States" do allow(ENV).to receive(:[]).with("DEFAULT_COUNTRY_CODE").and_return("HU") end - # For whatever reason, rendering of the states page takes a non-trivial amount of time. + # For whatever reason, rendering of the states page takes a non-trivial amount of time. # Therefore we navigate to it, and wait until what we see is visible. def go_to_states_page visit spree.admin_country_states_path(country)