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

fix: flaky fe tests #20288

Merged
merged 4 commits into from
May 9, 2024
Merged

fix: flaky fe tests #20288

merged 4 commits into from
May 9, 2024

Conversation

jhoward1994
Copy link
Contributor

@jhoward1994 jhoward1994 commented May 9, 2024

What does it do?

Fixes a couple of FE tests that seems flaky for me and are preventing CI running on other PRs

  • Removes a snapshot in U&P
  • Fixes an expectation in review workflows

Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
contributor-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 10:09am


await waitFor(() => {
expect(screen.getByText('Reset password')).toBeInTheDocument();
});

expect(container).toMatchInlineSnapshot(`
Copy link
Member

Choose a reason for hiding this comment

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

nice.

@jhoward1994 jhoward1994 merged commit 64e86a2 into v5/main May 9, 2024
23 of 29 checks passed
@jhoward1994 jhoward1994 deleted the fix/flaky-fe-tests branch May 9, 2024 10:13
@echoes-hq echoes-hq bot added the echoes/type: maintenance/testing For tests written to support improved automation QA label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes/type: maintenance/testing For tests written to support improved automation QA pr: fix This PR is fixing a bug source: core:review-workflows Review workflows package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants