xxxxxxxxxxI.goTo("https://www.fareastflora.com")I.fill("Search" , "Sunflower")I.pressEnter()I.select("Sort by", "Price")// Use I.see.hint to set a focus on the product cardI.see.hint("Citrine Birthstone")// I.click will use the hint from I.see to decide what to clickI.click("View Details")// I'm at the correct pageI.amAt("/citrine-birthstone-november-hand-bouquet-31236.html")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!
24s (16s)
1.
[start of test]
2.
I go to "https://www.fareastflora.com"
5.0s
3.
I fill "Search": "Sunflower"
0.4s
4.
I press "Enter"
3.3s
5.
I select "Sort by: Price"
6.9s
6.
I see hint "Citrine Birthstone"
7.
I click "View Details"
8.
I am at "/citrine-birthstone-november-hand-bouquet-31236.html"
9.
[end of test]