Skip to content

Commit

Permalink
lint: Fix capybara matcher styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Mar 6, 2024
1 parent f2aecb5 commit 1c209f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/sidekiq/pauzer/web_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def csrf_token

visit "/queues"

expect(page).not_to have_css("form[action='/queues/foo']")
expect(page).to have_no_css("form[action='/queues/foo']")
end
end

Expand Down

0 comments on commit 1c209f7

Please sign in to comment.