Safari eingebaut

This commit is contained in:
silas
2018-11-07 21:01:19 +01:00
parent b7080633e1
commit 738ad0cb67
2 changed files with 3 additions and 5 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) => {