From 1f55be7c5ee09f9a8db03a223603ba5b49b8c8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 6 Sep 2021 14:43:57 +0200 Subject: [PATCH] Remove obsolete pending test reference The test "Sender email" already checks the receiver's name appears in the copy sent to the sender. --- spec/system/emails_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/system/emails_spec.rb b/spec/system/emails_spec.rb index 57db5c376..2d15aebd7 100644 --- a/spec/system/emails_spec.rb +++ b/spec/system/emails_spec.rb @@ -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