https://cypress.io logo
I need to click a "send" button to send an email t...
# e2e-testing
n
I need to click a "send" button to send an email to an email address, and then after cy.wait(10000), cypress can request the email message from the email address. My question is how I can wait for the email message without using cy.wait(10000). I want cypress to check it automatically. Thank you!