Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-03-31 16:20:54 +0300
committerGitHub <noreply@github.com>2022-03-31 16:20:54 +0300
commit19489d103c6b4e91a745492e7ccffd957c3dcb4f (patch)
tree5bfcf0bbb6d2725876a01935f35500e7380e1595 /plugins/PrivacyManager
parent09e1412dcd0e142c760eb5447af254a817b7b056 (diff)
[Vue] migrate segment generator directive to Vue (#18993)
* start migrating segment generator directive * get to build * remove some TODO * rebuilt * get UI tests to pass * fix ng-model handling * remote todo * built vue files
Diffstat (limited to 'plugins/PrivacyManager')
-rw-r--r--plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js b/plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js
index a13e37bf35..2f43775a4c 100644
--- a/plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js
+++ b/plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js
@@ -80,7 +80,7 @@ describe("PrivacyManager", function () {
$(this).val(theVal).change();
});
}, value);
- await page.waitForTimeout(100);
+ await page.waitForTimeout(200);
}
async function selectVisitColumn(title)