-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Tijl/ /fix playwright #2049
Tijl/ /fix playwright #2049
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f9eb6ea
to
deabe69
Compare
…to home page after initiating collaboration
@tijlleenders, The tests are back to green! ✅ |
🎉🎊!!! Can you explain the issue? |
Firstly, test was very flaky and would fail at various different points, mostly while waiting for request/response and interacting with modals. I tried different techniques like using retries, waiting for network to be idle, and waiting for modal to appear. I also made the tests run in headed mode in CI/CD. Additionally, I tried different assertions to check if the shared goal was being updated correctly and chose the most robust one. |
@vinaybadgujar102 That's great. Well done! What is the best methid you chose? |
Its situation based like for the modal thing, wait for the modal to be visible on viewport then do next steps.
We are currently running in headed mode only. I will check if we can move back to headless mode. |
@tijlleenders headless is also working fine |
Ok, great! |
The Playwright tests haven't been running for a while. That's just not right.
Hope this fixes it.