xxxxxxxxxx// Go to catalog pageI.goTo("https://www.hookcoffee.com.sg/catalogue/category/coffee/by-the-bag_3/")// Select countryI.see("Please select your store")I.click("Singapore")// Ensure that catalog has at least 10 productsTEST.log.info("Test Case #102 : Catalog should show at least 10 products")let count = I.getCount(".product-card")if (count >= 10) { TEST.log.pass("Catalog has at least 10 products.")} else { TEST.log.fail("Catalog has less than 10 products!")}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.