wordLength to check update

This commit is contained in:
silas
2018-11-13 12:31:36 +01:00
parent e8c798477f
commit bdd8d19af1
4 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import {Selector} from 'testcafe';
import {ClientFunction} from 'testcafe';
let isLocal = true;
let isLocal = false;
let isMobile = false;
const checkMatrix = async (matrixStringSelector, shouldValues, timeout) => {
@@ -118,7 +118,7 @@ const SEGMENT = {
TWENTYONE: 20
};
test.only('Play', async t => {
test('Play', async t => {
let levelNumber = 1;
await waitForMainMenu(t);