Remove obsolete pending test reference

The test "Sender email" already checks the receiver's name appears in
the copy sent to the sender.
This commit is contained in:
Javi Martín
2021-09-06 14:43:57 +02:00
parent b89c358d03
commit 1f55be7c5e

View File

@@ -255,8 +255,6 @@ describe "Emails" do
expect(email).to have_body_text(direct_message.body)
expect(email).to have_body_text(direct_message.receiver.name)
end
pending "In the copy sent to the sender, display the receiver's name"
end
context "Proposal notification digest" do