We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a6f95 commit d97549cCopy full SHA for d97549c
1 file changed
spec/system/donation_system_spec.rb
@@ -249,7 +249,7 @@
249
end.to change { Donation.count }.by(1)
250
end
251
252
- it "Displays ProductDrive Participants sources by business name then contact name)", :focus => true do
+ it "Displays ProductDrive Participants sources by business name then contact name" do
253
select Donation::SOURCES[:product_drive], from: "donation_source"
254
select ProductDrive.first.name, from: "donation_product_drive_id"
255
expect(page).to have_select('donation_product_drive_participant_id', with_options: ['contact without business name'])
0 commit comments