xxxxxxxxxxlet username = "death-flew-61"// Go to inboxI.goTo("https://inboxkitten.com/inbox/" + username + "/list")// Wait for some time for the email to arriveI.see("@inboxkitten") I.wait(15) // Open the mailI.see("Reset your password")I.click("Reset your password")// click on the "reset password" button UI.context("#message-content", ()=>{ I.see("Here's your magic link") I.click("Reset password")})// Check that I'm at the "Reset password" pageI.amAt("https://user.uilicious.com/resetPassword")Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and I’ll write the test script for you!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.