We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e259e9 commit 3e888a7Copy full SHA for 3e888a7
docs/email.md
@@ -156,8 +156,8 @@ I.seeEmailIsFrom('@mysite.com');
156
I.seeInEmailSubject('Awesome Proposal!');
157
I.seeInEmailBody('To unsubscribe click here');
158
I.seeNumberOfEmailAttachments(2);
159
-I.seeEmailAttachment('Attachment_1.pdf')
160
-I.seeEmailAttachment('Attachment_2.pdf')
+I.seeEmailAttachment('Attachment_1.pdf'); // Regular expression. Escape special characters like '(' or ')' in filename.
+I.seeEmailAttachment('Attachment_2.pdf');
161
```
162
163
> More methods are listed in [helper's API reference](https://github.com/codeceptjs/mailslurp-helper/blob/master/README.md#api)
0 commit comments