I've been having difficulty defining a selector in TestCafe using the ".find" method. My goal is to click on the link "Start a claim" as shown in the image below: https://i.sstatic.net/2BIRK.png
Even though I'm using the id element and trying to navigate to the link with ".find", it seems like TestCafe is not accepting that selector, frequently throwing an error of "undefined"...
await t.(Selector('#policySummaryDetails_M0014157733').find('#claimLink_0'))