Skip to content

better handling for rerenders that teardown#53

Closed
habdelra wants to merge 7 commits intomainfrom
cs-6830-capture-card-css-while-indexing
Closed

better handling for rerenders that teardown#53
habdelra wants to merge 7 commits intomainfrom
cs-6830-capture-card-css-while-indexing

Conversation

@habdelra
Copy link
Copy Markdown
Contributor

This was a bug that came out of the headless chrome work. during teardown glimmer would throw NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

…re text-decoration shorthand (which can vary across browsers) and instead assert the specific textDecorationLine and textDecorationColor values using getComputedStyle.

Added explicit existence checks before reading computed styles so the test fails loudly if expected elements go missing.
Adjusted the negative expectation to ensure the non-addon component isn’t styled with underline rgb(0, 0, 0).
With these changes the test now captures the intent (“underline in black”) while avoiding brittle string comparisons.
@habdelra
Copy link
Copy Markdown
Contributor Author

actually hold off on this--i'm seeing issues with the card grid overlay and the prerendered HTML with <style> elements in it not working...

@habdelra
Copy link
Copy Markdown
Contributor Author

taking a different approach in consumer

@habdelra habdelra closed this Oct 21, 2025
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.

1 participant