-
Notifications
You must be signed in to change notification settings - Fork 105
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
fix: close notification with Enter key #301
base: 4.x
Are you sure you want to change the base?
Conversation
@MehmetYararVX is attempting to deploy a commit to the React Component Team on Vercel. A member of the Team first needs to authorize it. |
duration: null, | ||
}); | ||
|
||
setTimeout(() => { |
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.
Use waitFakeTimers
.
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.
@yoyo837, all the tests use setTimeout
in this test suite, and this test is no different. Not sure this PR is the right place to refactor.
strange, why CI not trigger... |
@zombieJ Are you able to determine why the workflow wasn't kicked off successfully? |
Could you push some commit to force trigger CI for this? |
Hmm... got the reason. Could you help merge into master instead? |
fixes #299