Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adapt tooltip text checks (#549)
# Motivation Svelte v5 appears to add `<!---->` comments in the DOM when rendering deprecated `slot` elements. As a result, the tooltip tests that read HTML to compare text would not be compatible. # Notes Related to PR #548. # Changes - Replace usage of `innerHTML` to compare text in the `Tooltip` test with `textContent`.
- Loading branch information