I am using ts and keep getting stuck when trying to create const that can be used by just changing a simple element.keep getting A class member cannot have the 'const' keyword
code:
const LINKS = {
Summary: 82,
Telephone: 83
};
itemLocator(ItemId): Locator {
const navItemSelector = `'div[id="${ItemId}"]'`
return page.locator(itemLocator)
}
tired doing const function, and const