Remove debugging line

This commit is contained in:
Gaetan Craig-Riou
2024-04-09 10:30:46 +10:00
parent 1509066b85
commit 103c6e7fc0

View File

@@ -952,7 +952,6 @@ describe '
}.not_to enqueue_job(ActionMailer::MailDeliveryJob)
end
save_screenshot('~/hello.png')
expect(order.reload.shipped?).to be true
expect(page).to have_text 'SHIPPED'
end