Hello good morning I'm having problems with this l...
# e2e-testing
l
Hello good morning I'm having problems with this line:
Copy code
cy.get(`[data-test-id=${account_ID}]`).click();
And in my component looks like this:
Copy code
js
 <AccountItem
   key={`${acc.accountId}-${idx}`}
   data-test-id={acc.accountId}
    account={acc}
And I'm getting this error