Skip to content

Commit 19718da

Browse files
author
Chris Smith
committed
[master] Removed cy.log from verifyEmail command
1 parent d59f569 commit 19718da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Commands.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export default function({Cypress, cy}) {
2121
const api_token = fetchCypressEnvVar('MAILTRAP_API_TOKEN');
2222
const inbox_id = fetchCypressEnvVar('MAILTRAP_INBOX_ID');
2323

24-
cy.log('Verifying account');
25-
2624
return new Promise((resolve, reject) => {
2725
Mailtrap.setApiToken(api_token)
2826
.inbox(inbox_id)

0 commit comments

Comments
 (0)