Skip to content
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

Merged

Conversation

git-nandor
Copy link
Contributor

No description provided.

@git-nandor git-nandor self-assigned this Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

PR Preview Action v1.6.0
Preview removed because the pull request was closed.
2025-02-05 09:03 UTC

@git-nandor git-nandor requested review from balzss and ToMESSKa January 9, 2025 14:31

expect(onClick).to.have.been.calledTwice()
expect(onRequestSelectOption).to.have.been.calledTwice()
await waitFor(() => {
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor Author

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(() => {
Copy link
Contributor

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

@git-nandor git-nandor force-pushed the INSTUI-4383_convert_ui-selectable_to_the_new_test_format branch 4 times, most recently from 73770d4 to 0877db4 Compare February 4, 2025 09:31
@git-nandor git-nandor force-pushed the INSTUI-4383_convert_ui-selectable_to_the_new_test_format branch from 0877db4 to 1d8f681 Compare February 4, 2025 10:13
@git-nandor git-nandor requested a review from ToMESSKa February 5, 2025 08:11
@git-nandor git-nandor merged commit 1ea3f33 into master Feb 5, 2025
10 of 11 checks passed
@git-nandor git-nandor deleted the INSTUI-4383_convert_ui-selectable_to_the_new_test_format branch February 5, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants