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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user