update to pc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user