-
Notifications
You must be signed in to change notification settings - Fork 101
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
test(ui-selectable): migrate old Selectable tests #1843
test(ui-selectable): migrate old Selectable tests #1843
Conversation
|
|
||
expect(onClick).to.have.been.calledTwice() | ||
expect(onRequestSelectOption).to.have.been.calledTwice() | ||
await waitFor(() => { |
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 the expect for onClick being called twice is missing
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.
agree, it should be added
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.
Expect for onClick has been added
|
||
expect(onClick).to.have.been.calledTwice() | ||
expect(onRequestSelectOption).to.have.been.calledTwice() | ||
await waitFor(() => { |
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.
agree, it should be added
73770d4
to
0877db4
Compare
0877db4
to
1d8f681
Compare
No description provided.