xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://sendgrid.com/pricing/")// accept the cookie bannerUI.context("//iframe", ()=>{ I.click("Accept all") I.click("Close")})I.see("Essentials")// Validate the initial quoted amount for the "Essentials plan"I.see("Starts at $19.95")// Drag the emails/month quantity slider using the I.dragRight command// You can also use the I.dragLeft and the I.dragBy commandI.dragRight(".rc-slider-handle", 200)// Validate the the estimated price changesI.see("$19.95/mo estimated")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!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.