-
Couldn't load subscription status.
- Fork 22
Feature/integrate datetime field update unit test #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/integrate datetime field update unit test #424
Conversation
… of https://github.com/Refinitiv/refinitiv-ui into feat/new-integrate-datetime-picker-with-datetime-field
… of https://github.com/Refinitiv/refinitiv-ui into test/integrate-datetime-field-update-unit-test
… of https://github.com/Refinitiv/refinitiv-ui into feature/integrate-datetime-field-update-unit-test
Deploying with
|
| Latest commit: |
c8a94c2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2acc3928.refinitiv-ui.pages.dev |
| Branch Preview URL: | https://feature-integrate-datetime-f.refinitiv-ui.pages.dev |
packages/elements/src/datetime-picker/__test__/datetime-picker.default.test.js
Show resolved
Hide resolved
packages/elements/src/datetime-picker/__test__/datetime-picker.default.test.js
Show resolved
Hide resolved
| await nextFrame(); | ||
| await nextFrame(); | ||
| await nextFrame(el); | ||
| await nextFrame(el); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and in other places. I think these multiple nextFrame calls were added to accommodate IE11. Please double check if you still need them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. It still need to call nextFrame one time after updating the views.
packages/elements/src/datetime-picker/__test__/datetime-picker.value.test.js
Show resolved
Hide resolved
|
SonarCloud Quality Gate failed.
|
a1b5cdd
into
feat/new-integrate-datetime-picker-with-datetime-field








Update unit test.