-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi! Thank you for such a useful plugin. There is one thing that confuses me a little bit which is related to testAttribute
case insensitivity. For example:
<Button onClick={handleClose} data-testid="cancelButton">Close</Button>
and
<Button onClick={handleClose} data-testId="cancelButton">Close</Button>
Both variants (testid and testId) are treated the same with the following setup: 'test-selectors/onClick': [severity, 'always', { testAttribute: ['data-testid'] }],
Is it expected behavior?
Metadata
Metadata
Assignees
Labels
No labels