-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b0a9d
commit eaa3ed1
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,7 +220,12 @@ If no emails are found, the command will retry until the timeout is reached. | |
```JavaScript | ||
cy.mailpitNotHasEmailsByTo('[email protected]'); | ||
``` | ||
## Default Values | ||
|
||
In the `MailpitCommands` module, the following default values are used: | ||
|
||
- **Timeout**: The default value for `timeout` is determined by the `Cypress.config("defaultCommandTimeout")`. If not specified in the options, it will fallback to this configuration. | ||
- **Interval**: The default value for `interval` is set to `500` milliseconds if not provided in the options. | ||
|
||
#### mailpitDeleteAllEmails() | ||
|
||
|