xxxxxxxxxx
I.goTo("https://www.netflix.com/");
// Close the cookie banner
if(I.see$("Netflix uses cookies")){
I.click("Close")
}
// Sign in
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!
16s (12s)
1.
I go to "https://www.netflix.com/"
3.0s
2.
I see "Netflix uses cookies"
0.2s
3.
I click "Close"
1.6s
4.
I click "Sign In"
3.1s
6.
I fill "Password": "password"
0.4s
7.
I click "Sign in"
2.6s
8.
I see "Sorry, we can't find an account with this email address."
0.1s
9.
[end of test]