v60.0.0
60.0.0 (2022-01-14)
Features
- Replace
data-test-id
bydata-testid
on some components (8087cb1)
BREAKING CHANGES
- If you were using
data-test-id
prop to testNestedSelect
orUploadQueue
components, you should now usedata-testid
. Besides if something fail onCozyDialog
components, take a look at our helpers inreact/CozyDialogs
to know how to test these components.