Skip to content

Commit

Permalink
[5052] attempt to handle the fact active job is dealing with the deli…
Browse files Browse the repository at this point in the history
…very async (#5071)

* [5052] attempt to handle the fact active job is dealing with the delivery async

* fix rubocop

* you know whats even easier? not checking for it
  • Loading branch information
FeminismIsAwesome authored Aug 4, 2023
1 parent cd5f0d5 commit 4b1d62f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/system/casa_admins/edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
click_on "Resend Invitation"

expect(page).to have_content("Invitation sent")

deliveries = ActionMailer::Base.deliveries
expect(deliveries.count).to eq(1)
expect(deliveries.last.subject).to have_text "CASA Console invitation instructions"
end

it "can convert the admin to a supervisor", js: true do
Expand Down

0 comments on commit 4b1d62f

Please sign in to comment.