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

hey guys,
I’m trying to pass the first test of this challenge. but it’s telling me I’m failing the test.
i have already passed all the test expect that one.
here is my project https://www.glitch.com/edit/#!/chai-challenge.
I appreciate any help

Hi Alim057,

Not sure what your issue is as I can’t see your code (your link times out for me). I had some issues with this exercise as well.

  1. Make sure that you’ve removed the default assert.fail() from the exercise. (I saw some other people on the forum had this issue.)

  2. Be careful about your browser.assert.text() comparisons. The top part of the exercise asks you to compare against Cristoforo Colombo, while the inline instructions ask you to compare against Marco Polo. I came to the forum to report the bug and saw your post.

Hope that helps!

@alim057 You still have assert.fail(); in your code, that’s why you are not passing the tests.