lemon-toothbrush-55306
07/18/2022, 5:47 AMcy.get(`[data-test-id=${account_ID}]`).click();
And in my component looks like this:
js
<AccountItem
key={`${acc.accountId}-${idx}`}
data-test-id={acc.accountId}
account={acc}
And I'm getting this error