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:
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/tests/UI/Dashboard_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/tests/UI/Dashboard_spec.js b/plugins/Dashboard/tests/UI/Dashboard_spec.js
index 6ac640b7a8..b3914f3bc3 100644
--- a/plugins/Dashboard/tests/UI/Dashboard_spec.js
+++ b/plugins/Dashboard/tests/UI/Dashboard_spec.js
@@ -299,7 +299,7 @@ describe("Dashboard", function () {
testEnvironment.testUseMockAuth = 0;
testEnvironment.save();
- var tokenAuth = "9ad1de7f8b329ab919d854c556f860c1";
+ var tokenAuth = "c4ca4238a0b923820dcc509a6f75849b";
await page.goto(url.replace("idDashboard=5", "idDashboard=1") + '&token_auth=' + tokenAuth);
expect(await page.screenshot({ fullPage: true })).to.matchImage('loaded_token_auth');