xxxxxxxxxx
I.goTo("https://sendgrid.com/pricing/")
UI.context("//iframe", ()=>{
I.click("Accept All")
I.click("Close")
})
I.see("Essential")
I.see("Starts at $19.95/mo")
I.dragRight(".rc-slider-handle", 200)
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!