Skip to content

Commit

Permalink
Fix the search spec under newer chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Feb 14, 2024
1 parent bef1b47 commit 649bce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 649bce4

Please sign in to comment.