Icons ausgetauscht, Musik stoppt im Hintergrund, App-ended-listener hinzugefügt

This commit is contained in:
silas
2018-10-28 23:21:54 +01:00
parent 6aa647a9a3
commit 11e225ccac
10 changed files with 7551 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ import {Selector} from 'testcafe';
import {ClientFunction} from 'testcafe';
let isLocal = true;
let isMobile = false;
let isMobile = true;
const checkMatrix = async (matrixStringSelector, shouldValues, timeout) => {
let delta = 0.0001;