Skip to content

Commit

Permalink
fix(rubyforgood#4248): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
callmarx committed Apr 12, 2024
1 parent 07a3d36 commit fc2cd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/wait_for_ajax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ def wait_for_ajax
end

def finished_all_ajax_requests?
page.evaluate_script('jQuery.active').zero?
page.evaluate_script("jQuery.active").zero?
end

0 comments on commit fc2cd83

Please sign in to comment.