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!
SUCCESS!
29s (21s)
1.
[start of test]
2.
I go to "https://inboxkitten.com/inbox/death-flew-61/list"
1.1s
3.
I see "@inboxkitten"
0.1s
4.
I wait for 15s
15.3s
5.
I see "Reset your password"
6.
I click "Reset your password"
3.3s
7.
I see "Here's your magic link"
0.1s
8.
I click "Reset password"
1.5s
9.
I am at "https://user.uilicious.com/resetPassword"
10.
[end of test]