Skip to content
Permalink
Browse files
added delay on users
  • Loading branch information
sellers3 committed Nov 28, 2019
1 parent 901a4ce commit 500c460cf0b36d11fdfcfcdb0f6a07935b848a7f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 500c460

Please sign in to comment.