You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not everyone uses data-test-id, so it would be good to configure your cypress with your preferred convention, ie data-testid. And have the cy.testId command know which one you're using.
Following on from #66
Not everyone uses
data-test-id, so it would be good to configure your cypress with your preferred convention, iedata-testid. And have thecy.testIdcommand know which one you're using.