Failing last 3 tests of Quality Assurance and Testing with Chai

Hi everyone,

The last 3 tests for this Challenge give me seperate results each time I put in my URL for testing at FCC.
I believe the code should work, not sure what the issue is exactly. Even the console is acting weird.

Link to my code: https://replit.com/@Usmanthrobsdrum/boilerplate-mochachai#.replit

I figured it out. The ‘suiteSetup’ comes after

suite(‘Headless browser’, function () {
test(‘should have a working “site” property’, function() {

});

});

and Booyah!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.