Matomo update

This commit is contained in:
silas
2018-10-01 15:17:12 +02:00
parent 699b1a7d7d
commit d37fc8254e
7 changed files with 20 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ async function afterEachTest(t) {
return await t.eval(() => indexedDB.deleteDatabase('wordRotator'));
}
let isLocal = true;
let isLocal = false;
if (isLocal) {
fixture`Play`
.page`https://127.0.0.1/pwa/wordRotator/publicTest/`.beforeEach(async t => {
@@ -40,7 +40,7 @@ else {
password: '20luxl200'
}).beforeEach(async t => {
await beforeEachTest(t);
await t.wait(20000);
await t.wait(25000);
}).afterEach(async t => {
await afterEachTest(t);
});