import TestCafeSelectorsID from "../PageModel/SelectByID"; const pageURL = 'https://ecommerce-playground.lambdatest.io/index.php?route=account/register' fixture('Registration Page') .page(pageURL) test("FirstName", async t => { await t .typeText(TestCafeSelectorsID.firstnameInput, 'John') });