Skip to content

Commit

Permalink
Fixing last election failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Jan 4, 2022
1 parent 6bf7bbf commit 8273b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-elections/spec/system/votings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end

it "redirects to the voting" do
expect(page).to have_content(translated(title: single_voting))
expect(page).to have_content(translated(single_voting.title))
expect(page).not_to have_selector("#votings")
end
end
Expand Down

0 comments on commit 8273b67

Please sign in to comment.