-
Notifications
You must be signed in to change notification settings - Fork 8
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 NEAR AI login test #38
Conversation
navigate to mynearwallet, wait and run the redirect back inside the wallet page
@race-of-sloths include |
@petersalomonsen Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 1! We would appreciate your feedback or contribution idea that you can submit here What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
🥁 Score it! @petersalomonsen, please ask your peers to score the PR using |
page.route
disables browser cache, and since the NEAR login tests has many reloads there will be many requests to the CDN, which fails eventually. Movingpage.route
to just before it is needed fixes this.