Error Message :
ExpectationError: Anonymous mock already called twice
How to replicate :
After cloning the repository and installing the dependencies npm install scrapedin
I try to run the test and coverage : npm run test or npm run coverage
I tried to find the origin of the error, apparently it seems to be in the file scrapedin.test.js in the page object in the function page.evaluate line 281. The error show up just after the called to this function made by the file scrapAccomplishmentPanel.js.
Am I missing something ? I am not really an expect of sinon.js
Hello,
Error Message : ExpectationError: Anonymous mock already called twice
How to replicate : After cloning the repository and installing the dependencies
npm install scrapedin
I try to run the test and coverage :npm run test
ornpm run coverage
I tried to find the origin of the error, apparently it seems to be in the file
scrapedin.test.js
in thepage
object in the functionpage.evaluate
line 281. The error show up just after the called to this function made by the filescrapAccomplishmentPanel.js
.Am I missing something ? I am not really an expect of sinon.js