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
path: root/tests
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2016-12-05 23:08:15 +0300
committersgiehl <stefan@piwik.org>2016-12-05 23:08:15 +0300
commitc68bdc20c17d51e315f0b88701f3829e8d6108b4 (patch)
tree9e9ca4d9788e42b3a905890a66590e53cc66261a /tests
parentcbec998d78318539a206befc88ff9e696541da9a (diff)
show token_auth only on click
Diffstat (limited to 'tests')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index 9e7ed5dd12..b3e51288af 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -602,9 +602,6 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
it('should load the API listing page correctly', function (done) {
expect.screenshot('api_listing').to.be.captureSelector('.pageWrap', function (page) {
page.load("?" + generalParams + "&module=API&action=listAllAPI");
- page.evaluate(function () { // remove token_auth since it can change on each test run
- $('span#token_auth>strong').text('dummytokenauth');
- });
}, done);
});