Quality Assurance and Testing with Chai - Run Functional Tests Using a Headless Browser

Tell us what’s happening:

I continue to get below error for Test#5 in 2_functional-tests:
AssertionError [ERR_ASSERTION]: No open window with an HTML document
I’ve checked everything is in order but still I get same error.

###Your project link(s)

solution: http://localhost:3000

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Quality Assurance and Testing with Chai - Run Functional Tests Using a Headless Browser

Hello, nothing can be used from localhost because its on your machine, if you could post the relevant code that might help. HTML , CSS, JS if applicable.

you can use it as an url to submit to the tests, you can’t use it to give to other people

1 Like

We need to see your code. Post a repo.

Are you still passing the previous test? The error might suggest you do not have the setup code from the previous challenge working correctly.