Skip to content

Commit

Permalink
rubocop?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVajnagi committed Nov 22, 2024
1 parent e172180 commit 539679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/account/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
visit account_users_path

within(:css, "#user-info-#{admin_user.id}") do
expect(page).not_to have_selector("svg.fa-lock-open") # Expect the lock-open button not to be present
expect(page).to have_no_css("svg.fa-lock-open") # Expect the lock-open button not to be present
end
end
end
Expand Down

0 comments on commit 539679a

Please sign in to comment.