-
Notifications
You must be signed in to change notification settings - Fork 95
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 test using a non-specific selector #2475
Conversation
I believe that the cypress/playwright tests are fine, but the deployments tests are failing:
I am also seeing this error in nebari-dev/argo-jupyter-scheduler#10 (comment). Any ideas on what might be the issue? Otherwise I think this PR is ready for review. |
I wonder why this only showed up now... thanks for raising the issue @krassowski |
I was able to track this down to our version of requests changed from 2.31.0 to 2.32.2 recently which contains a fix for a bug. The bug was making our tests pass previously (/~https://github.com/psf/requests/blob/main/HISTORY.md#2320-2024-05-20). I opened a PR #2481, but it's github actions should fail with the playwright errors until this PR (2475) is merged too. |
Ha, that's funny! Nice catch @Adam-D-Lewis, great work @krassowski |
Reference Issues or PRs
Fixes #2473
What does this implement/fix?
Put a
x
in the boxes that applyTesting
Any other comments?
Let's hope the CI passes!