From 649bce47cdae105be5f240c3e828dd5eb5edc827 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Wed, 14 Feb 2024 14:41:05 +0200 Subject: [PATCH] Fix the search spec under newer chromedriver --- spec/system/search_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/system/search_spec.rb b/spec/system/search_spec.rb index 7e10839..06a31fc 100644 --- a/spec/system/search_spec.rb +++ b/spec/system/search_spec.rb @@ -12,6 +12,7 @@ login_as user, scope: :user switch_to_host(organization.host) visit decidim.root_path + expect(page).to have_content(organization.name) end context "when listing users" do