Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement or remove pending tests #4803

Merged
merged 20 commits into from
Apr 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Implement pending email digest test
  • Loading branch information
javierm committed Apr 7, 2022
commit fa15ac0c3b9958b647d1e0eab182ce698d840ec8
3 changes: 1 addition & 2 deletions spec/system/emails_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
notification2.reload
expect(notification1.emailed_at).to be
expect(notification2.emailed_at).to be
expect(email_digest.notifications).to be_empty
end

scenario "notifications moderated are not sent" do
Expand All @@ -320,8 +321,6 @@

expect { open_last_email }.to raise_error "No email has been sent!"
end

xscenario "Delete all Notifications included in the digest after email sent"
end

context "User invites" do
Expand Down