Advanced Node Social Authentication test fail due to broken test script
See original GitHub issueA recent change to the test scripts for the social authentication step of the challenge will never pass: they expect the fcctesting.js
script to expose a /_api/routes.js
route, but that route doesn’t exist in the test script provided in the starter repo, which clearly states “DO NOT EDIT”, so it shouldn’t be on the student to do this.
See the rendered/production page here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Implementation of Social Authentication Issues with the testing ...
Issue: Advanced Node and Express - Implementation of Social Authentication -> Test validation error with possible soultion.
Read more >Basic Login System with Node.js, Express, and MySQL
Learn how to create a basic login system with Node.js, Express, and MySQL. Authenticate users on your website to access restricted pages.
Read more >Writing tests | Postman Learning Center
Tests confirm that your API is working as expected, that integrations between services are functioning reliably, and that any changes haven't broken ......
Read more >How to handle PopUps and Alerts in Selenium with examples?
If you have created an automation test case for such pages and not handled this kind of alerts, then your script will fail...
Read more >14 - Implementation of Social Authentication - freeCodeCamp
14 - Implementation of Social Authentication - Advanced Node and Express - ... If you pass no options or callback, and all strategies...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve managed to complete the challenge by cherry-picking changes from the updated one, so I’ll close this issue.
Hi @agracy2246, for help with the coding challenges, please check out the forum at https://forum.freecodecamp.org. The contributors there are very active, and can help answer any questions you might have.