xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://www.instagram.com/")
โ
// โฐ And see if it loads
I.see("Instagram");
โ
// ๐ Lets try the login form
I.see("Log in")
I.click("Log in")
โ
// ๐ฑ inboxkitten.com is our opensource
// disposable mail service
I.fill("email", "[email protected]")
I.fill("password", "this-account-does-not-exist")
โ
// ๐ This is production, lets be nice to Instagram folks
// and not submit into production
// I.click("Log in")
โ
//
// Interested to do more complex test scripts for your website?
// Head over to - https://uilicious.com
//
โ
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!
11s (8s)
1.
I go to "https://www.instagram.com/"
2.0s
2.
I see "Instagram"
0.1s
3.
I see "Log in"
4.
I click "Log in"
1.7s
6.
I fill "password": "this-account-does-not-exist"
1.9s
7.
[end of test]