diff --git a/acceptance tests/users.test.js b/acceptance tests/users.test.js index ca67fe2..8d263fe 100644 --- a/acceptance tests/users.test.js +++ b/acceptance tests/users.test.js @@ -5,7 +5,7 @@ const puppeteer = require('puppeteer') const { configureToMatchImageSnapshot } = require('jest-image-snapshot') const width = 800 const height = 600 -const delayMS = 0 +const delayMS = 10 const shell = require('shelljs') let browser