Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Svelte: fix tests#63146

Merged
camdencheek merged 7 commits into
mainfrom
cc/fix-tests
Jun 7, 2024
Merged

Svelte: fix tests#63146
camdencheek merged 7 commits into
mainfrom
cc/fix-tests

Conversation

@camdencheek

Copy link
Copy Markdown
Member

I disabled a few tests to get #62560 merged. This just goes back and fixes the ones I disabled. There are still a handful skipped, but the fixes were non-trivial.

Test plan

The unskipped tests pass

@cla-bot cla-bot Bot added the cla-signed label Jun 7, 2024
@camdencheek camdencheek marked this pull request as ready for review June 7, 2024 04:36
@camdencheek camdencheek requested a review from a team June 7, 2024 04:37

<div class="header" use:sizeToFit={{ grow, shrink }}>
<h2 on:copy={stripSpaces}>
<h2 on:copy={stripSpaces} data-testid="header-path">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I suggest to be even more specific hear and include the component name in the test id. Something like

Suggested change
<h2 on:copy={stripSpaces} data-testid="header-path">
<h2 on:copy={stripSpaces} data-testid="file-header-path">

@camdencheek camdencheek enabled auto-merge (squash) June 7, 2024 15:31
@camdencheek camdencheek merged commit bebc827 into main Jun 7, 2024
@camdencheek camdencheek deleted the cc/fix-tests branch June 7, 2024 15:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants