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:
authorStefan Giehl <stefan@matomo.org>2020-08-18 15:31:05 +0300
committerGitHub <noreply@github.com>2020-08-18 15:31:05 +0300
commitc9682a66981e4428485a2c9760f62567c2366f6d (patch)
tree271da60cbfb479be2625e2690c2c734af2aa7b18 /plugins/Overlay
parent17ec9004f99b6f7092740558bca71cca6c1ac23c (diff)
fix embedding ui tests (#16298)
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/tests/UI/Overlay_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Overlay/tests/UI/Overlay_spec.js b/plugins/Overlay/tests/UI/Overlay_spec.js
index c4c47367fd..70f916c1f0 100644
--- a/plugins/Overlay/tests/UI/Overlay_spec.js
+++ b/plugins/Overlay/tests/UI/Overlay_spec.js
@@ -152,8 +152,7 @@ describe("Overlay", function () {
testEnvironment.overrideConfig('General', 'enable_framed_pages', 1);
testEnvironment.save();
- console.log(`[Note: token auth is ${testEnvironment.tokenAuth}]`);
- await page.goto(baseUrl + '&token_auth=' + testEnvironment.tokenAuth + hash);
+ await page.goto(baseUrl + '&token_auth=a4ca4238a0b923820dcc509a6f75849f' + hash);
await page.waitFor('.overlayMainMetrics,.overlayNoData');
await removeOptOutIframe();