diff --git a/appium/tests/specs/composeEmail/SentEmailToRecipientWithoutPublicKey.spec.ts b/appium/tests/specs/composeEmail/SentEmailToRecipientWithoutPublicKey.spec.ts index 15ed12351..f6b5c88d6 100644 --- a/appium/tests/specs/composeEmail/SentEmailToRecipientWithoutPublicKey.spec.ts +++ b/appium/tests/specs/composeEmail/SentEmailToRecipientWithoutPublicKey.spec.ts @@ -10,7 +10,7 @@ import { CommonData } from '../../data'; describe('COMPOSE EMAIL: ', () => { - it('user is able to select recipient from contact list using contact name', async () => { + it('sending message to user without public key produces modal', async () => { const noPublicKeyRecipient = CommonData.recipientWithoutPublicKey.email; const emailSubject = CommonData.simpleEmail.subject;