Skip to content

Instantly share code, notes, and snippets.

@ajdinmust
Created August 24, 2022 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajdinmust/63d0a478aa6191999b58b4c5b6f67624 to your computer and use it in GitHub Desktop.
Save ajdinmust/63d0a478aa6191999b58b4c5b6f67624 to your computer and use it in GitHub Desktop.
cy.task("gmail:check", {
from: "notification@mediatoolkit.com",
to: userEmail,
subject: "Welcome to Mediatoolkit",
}).then((email) => {
assert.isNotNull(email, `Email was found`);
let html = email[0].body.html
//. . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment