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

Add a vdiff demonstrating delayed content #5312

Merged
merged 6 commits into from
Jan 15, 2025
Merged

Add a vdiff demonstrating delayed content #5312

merged 6 commits into from
Jan 15, 2025

Conversation

dlockhart
Copy link
Member

This is a precursor to the changes in #5306 that adds an initially-failing vdiff test to demonstrate the problem. Once resolved, this will "go green".

@dlockhart dlockhart requested a review from a team as a code owner January 14, 2025 22:34
Copy link
Contributor

Thanks for the PR! 🎉

We've deployed an automatic preview for this PR - you can see your changes here:

URL https://live.d2l.dev/prs/BrightspaceUI/core/pr-5312/

Note

The build needs to finish before your changes are deployed.
Changes to the PR will automatically update the instance.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
const el = await fixture(
`<d2l-dialog title-text="Delayed Dialog"><${delayedTag}></${delayedTag}></d2l-dialog>`,
{
awaitLoadingComplete: false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a special configuration option because otherwise the fixture call itself would wait for all the descendants to be loading-complete. In this case, we want to bypass that since we want to make sure that dialog itself waits for them.

@dlockhart
Copy link
Member Author

Weirdly getting flake with this that I'm not seeing locally -- amazing. Will investigate tomorrow.

@dlockhart dlockhart marked this pull request as draft January 15, 2025 14:24
@dlockhart dlockhart marked this pull request as ready for review January 15, 2025 15:17
@dlockhart dlockhart merged commit 83510b7 into main Jan 15, 2025
6 checks passed
@dlockhart dlockhart deleted the GAUD-7397/vdiff branch January 15, 2025 15:17
Copy link

🎉 This PR is included in version 3.79.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants