There seems to be no easy way to select buttons for clicking in tests. Added data-test tag to <button> so that it can be tested. Note: The prop is dataTest, but becomes data-test on the button to match existing patterns.
Test plan
Tested manually to verify that the tag comes through.
Summary
There seems to be no easy way to select buttons for clicking in tests. Added
data-test
tag to<button>
so that it can be tested. Note: The prop isdataTest
, but becomesdata-test
on the button to match existing patterns.Test plan
Tested manually to verify that the tag comes through.
Versioning impact
This shouldn't affect versions.