-
Notifications
You must be signed in to change notification settings - Fork 52
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: use single testing-library/dom #5209
Merged
petermakowski
merged 2 commits into
canonical:main
from
petermakowski:test-update-testing-library-dom
Nov 16, 2023
Merged
test: use single testing-library/dom #5209
petermakowski
merged 2 commits into
canonical:main
from
petermakowski:test-update-testing-library-dom
Nov 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Demo starting at https://maas-ui-5209.demos.haus |
petermakowski
changed the title
test: use single testing-library/dom
test: use single testing-library/dom WIP
Nov 15, 2023
petermakowski
force-pushed
the
test-update-testing-library-dom
branch
from
November 16, 2023 15:36
970a367
to
28603a2
Compare
petermakowski
changed the title
test: use single testing-library/dom WIP
test: use single testing-library/dom
Nov 16, 2023
ndv99
approved these changes
Nov 16, 2023
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.
LGTM
ndv99
added
Review: Code +1
Review: QA +1
and removed
Review: Code needed
Review: QA needed
labels
Nov 16, 2023
9 tasks
ndv99
added a commit
to ndv99/maas-ui
that referenced
this pull request
Nov 16, 2023
This should hopefully help me resolve the merge conflict
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Done
This resolves most act errors that are caused by incorrect testing-library/dom resolution.
Prior to this PR we had 2 versions installed
This can be verified by using
yarn why @testing-library/dom
More information: testing-library/user-event#906 (comment)
QA steps
yarn install
andyarn why @testing-library/dom
Fixes
Fixes:
Screenshots
Notes