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 playwright test 'Shell point-and-click sketch on face' #5002

Conversation

pierremtb
Copy link
Collaborator

Fixes #4998

Copy link

qa-wolf bot commented Jan 10, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Jan 10, 2025

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

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Jan 10, 2025 6:05pm

Comment on lines +1185 to +1189
await page.waitForTimeout(500)
await cmdBar.progressCmdBar()
await page.waitForTimeout(500)
await cmdBar.progressCmdBar()
await page.waitForTimeout(500)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

More a workaround than a fix. But these two definitely help reducing the flakes locally on my ubuntu machine.

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.84%. Comparing base (9334d64) to head (1b4fc15).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5002   +/-   ##
=======================================
  Coverage   85.84%   85.84%           
=======================================
  Files          88       88           
  Lines       31432    31432           
=======================================
  Hits        26984    26984           
  Misses       4448     4448           
Flag Coverage Δ
wasm-lib 85.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierremtb pierremtb marked this pull request as ready for review January 10, 2025 18:28
@pierremtb pierremtb requested review from franknoirot and lf94 January 10, 2025 18:28
@pierremtb pierremtb merged commit aed62ff into main Jan 10, 2025
30 checks passed
@pierremtb pierremtb deleted the pierremtb/issue4998-Fix-flaky-playwright-test-Shell-point-and-click-sketch-on-face branch January 10, 2025 18:32
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.

Fix flaky playwright test 'Shell point-and-click sketch on face'
2 participants