xxxxxxxxxx
//Navigate to site
I.goTo("https://www.eventbrite.com/e/mindshift-push-beyond-your-limits-spa-and-wellness-retreat-tickets-480366688697?aff=ebdssbdestsearch")
//Accept Cookies
I.click("Accept All")
I.click("Get Tickets")
//Codes to interact with elements on the iframe
UI.context("iframe[data-automation^=checkout-widget-iframe]", ()=>{
I.select("Women's Retreat: Mindshift", 2)
I.click("Check out")
})
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!
15s (7s)
1.
[start of test]
2.
I go to "https://www.eventbrite.com/e/mindshift-push-beyond-your-limits-spa-and-wellness-retreat-tickets-480366688697?aff=ebdssbdestsearch"
5.0s
3.
I click "Accept All"
4.
I click "Get Tickets"
5.
I select "Women's Retreat: Mindshift: 2"
1.7s
6.
I click "Check out"
0.1s
7.
[end of test]