Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Williams committed Jan 13, 2024
1 parent f15d1ec commit cb7d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/volunteers/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@
before do
sign_in admin
visit volunteers_path
find("#supervisor_volunteer_volunteer_ids_#{volunteers[0].id}") # wait for volunteers to be displayed
end

it "selects all volunteers" do
find("#supervisor_volunteer_volunteer_ids_#{volunteers[0].id}") # wait for volunteers to be displayed
find("[data-select-all-target='checkboxAll']").click

volunteers.each do |volunteer|
Expand Down

0 comments on commit cb7d40e

Please sign in to comment.