[test] Add CCv2 Playwright tests#12758
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 25, 2025
Merged
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 10, 2025
Collaborator
Author
7ab4079 to
ed94ba5
Compare
95d3585 to
6ac187d
Compare
ed94ba5 to
68baaee
Compare
6ac187d to
6efa7d8
Compare
68baaee to
fbc253f
Compare
6efa7d8 to
821c737
Compare
fbc253f to
1913612
Compare
821c737 to
f766fe8
Compare
1913612 to
0f31e95
Compare
58de33e to
86d90fc
Compare
9b43b26 to
621be66
Compare
86d90fc to
343fdac
Compare
621be66 to
e508d36
Compare
da248a3 to
fcf1caf
Compare
e508d36 to
a1e5962
Compare
a1e5962 to
4947ad6
Compare
fcf1caf to
dc4c601
Compare
4947ad6 to
d6cef44
Compare
dc4c601 to
95cff02
Compare
d6cef44 to
41047fe
Compare
95cff02 to
9f34a57
Compare
sfc-gh-bnisco
added a commit
that referenced
this pull request
Oct 24, 2025
## Describe your changes Added isolated and non-isolated component implementations for the CCv2 widget. This includes: 1. `IsolatedComponent.tsx` - A component that uses Shadow DOM for content isolation 2. `NonIsolatedComponent.tsx` - A component that renders content directly without isolation 3. `styled-components.ts` - Shared styled components for both implementations The isolated component creates a shadow root for content encapsulation, while the non-isolated version renders directly to a div. Both components use shared hooks for handling HTML, CSS, and JavaScript content. ## GitHub Issue Link (if applicable) ## Testing Plan - These code paths are tested when they are actually used by the composed component in #12756 and in the e2e tests #12758 --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
Collaborator
Author
Merge activity
|
This file contains hidden or 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
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.

Describe your changes
Added end-to-end tests for bidirectional components (CCv2) to validate core functionality and error handling. The tests cover:
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.