Skip to content

Commit 39d90d2

Browse files
committed
update test
1 parent 7a963b5 commit 39d90d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/tests/specs/mock/inbox/CheckReplyAndForwardForEncryptedEmail.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('INBOX: ', () => {
2323

2424
const replySubject = `Re: ${emailSubject}`;
2525
const forwardSubject = `Fwd: ${emailSubject}`;
26-
const quoteText = `${senderName} <${senderEmail}> wrote:\n > ${emailText}`;
26+
const quoteText = `${senderName} <${senderEmail}> wrote:\n > ${emailText}\n > \n > --\n > signature`;
2727

2828
const mockApi = new MockApi();
2929

0 commit comments

Comments
 (0)