File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 285285 select "businesstest" , from : "donation_product_drive_participant_id"
286286 end
287287
288- #seems like a duplicate check but this update happens via JS, so we have to test that code works too
288+ # seems like a duplicate check but this update happens via JS, so we have to test that code works too
289289 it "Renders ProductDrive Participants sources by business name then contact name after creating a participant" do
290290 select Donation ::SOURCES [ :product_drive ] , from : "donation_source"
291291 select "---Create new Participant---" , from : "donation_product_drive_participant_id"
300300 click_on "product-drive-participant-submit"
301301
302302 select ProductDrive . first . name , from : "donation_product_drive_id"
303- #note that I'm not explicitly testing the business name here, this is handled in the previous test
303+ # note that I'm not explicitly testing the business name here, this is handled in the previous test
304304 expect ( page ) . to have_select ( 'donation_product_drive_participant_id' , with_options : [ '2nd contact without business name' ] )
305305 end
306306
You can’t perform that action at this time.
0 commit comments