xxxxxxxxxx
I.goTo("https://www.netflix.com/");
// Close the cookie banner
if(I.see$("Netflix and third parties use cookies")){
I.click("Accept")
}
// Login
I.click("Sign In");
I.fill("Email", "[email protected]");
I.fill("Password", "password");
I.click("Sign in");
I.see("Sorry, we can't find an account with this email address.");
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!
20s (5s)
1.
[start of test]
2.
I go to "https://www.netflix.com/"
1.7s
3.
I see "Netflix and third parties use cookies"
0.1s
4.
I click "Accept"
5.
I click "Sign In"
7.
I fill "Password": "password"
0.5s
8.
I click "Sign in"
9.
I see "Sorry, we can't find an account with this email address."
0.1s
10.
[end of test]