update to pc

This commit is contained in:
silas
2018-11-04 16:49:13 +01:00
parent 3b78a63e67
commit 612aa8168f
6 changed files with 20 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import {Selector} from 'testcafe';
import {ClientFunction} from 'testcafe';
let isLocal = true;
let isMobile = true;
let isMobile = false;
const checkMatrix = async (matrixStringSelector, shouldValues, timeout) => {
let delta = 0.0001;
@@ -25,7 +25,6 @@ const checkMatrix = async (matrixStringSelector, shouldValues, timeout) => {
console.error(values[i] +" not "+ shouldValues[i] + " with", values, shouldValues, i );
return false;
}
}
}
return true;