Releases: enactjs/ui-test-utils
Releases · enactjs/ui-test-utils
v1.0.1
- Fixed the first tests in the test suite fail randomly by adding missed
await
in utils/Page
.
- Fixed the util method
waitTransitionEnd
in utils/Page
to correctly call browser.waitUntil()
and to wait for the promise of browser.execute()
to be resolved.
v1.0.0
- Updated test app to use
createRoot
API from React 18.
- Updated the
lockfileVersion
of npm-shrinkwrap file to v2.