Please check if the PR fulfills these requirements:
[X] After these changes, the app was run and still works as expected
[X] Tests for these changes were added (if applicable)
[X] All existing unit tests were run and still pass
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
Adds data-cy value to the icon in the DateInput.vue component. This allows me to click it and open the DatePicker during testing without having to use a class selector.
Additional Notes:
Checked test and app state with NPM link to ensure functionality.
Please check if the PR fulfills these requirements:
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
Adds data-cy value to the icon in the DateInput.vue component. This allows me to click it and open the DatePicker during testing without having to use a class selector.
Additional Notes:
Checked test and app state with NPM link to ensure functionality.