make tests run slightly faster

This commit is contained in:
Nolan Lawson 2018-03-31 17:59:20 -07:00
parent ff27c68760
commit 125dd6ab75
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { ClientFunction as exec, Selector as $ } from 'testcafe'
import * as images from './images'
import * as blobUtils from './blobUtils'
const SCROLL_INTERVAL = 1
const SCROLL_INTERVAL = 3
export const settingsButton = $('nav a[aria-label=Settings]')
export const instanceInput = $('#instanceInput')