Icons ausgetauscht, Musik stoppt im Hintergrund, App-ended-listener hinzugefügt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user