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
When using selector playground to select elements with preferred data attributes (data-cy, data-test, data-testid), the provided selector is missing quotes around the value. The selector then fails to .get() the desired element during test.
Any other data- attribute works correctly.
Desired behavior:
Preferred data- attribute selectors should have quotes around the value
Steps to reproduce:
Use selector playground to select any element with a data-test="whatever" attribute