Server glitch error showing

Tell us what’s happening:
Test was Not running properly, some error showing on repl.it my code https://repl.it/@GobiRajendran/boilerplate-mochachai-1

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0.

Challenge: Run Functional Tests using a Headless Browser

Link to the challenge:

Welcome, mailforgobi.

If you go to the file mentioned in the error: tests/2_functional_tests.js
Scroll down to near the bottom, you will see these lines also mentioned in the error:


  var Browser = require('zombie');

  // On Gomix we'll use this setting
  /** ### Copy your project's url here  ### **/
  Browser.site = 'https://sincere-cone.gomix.me'; 

I suggest you follow the instructions

Hope this helps

1 Like