diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png index f505ad79db1ddeebe2a5c708030678645f0bcc53..f0495e85bcace7339623419dc882c59ddb75b661 100644 Binary files a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png and b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png differ diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png index ab91405bed1f5064c4f3c4a679283fb78787d79b..1d6917f63ae06992b4b65961a0413b6c77d32982 100644 Binary files a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png and b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png differ diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_visitors_realtime_map.png b/tests/UI/expected-screenshots/UIIntegrationTest_visitors_realtime_map.png index b17ed92bfbf8a0029764d47a27a7e7942ec2afbc..76fb13aa67af5d3775016ff1b27cd6ecde2ae549 100644 Binary files a/tests/UI/expected-screenshots/UIIntegrationTest_visitors_realtime_map.png and b/tests/UI/expected-screenshots/UIIntegrationTest_visitors_realtime_map.png differ diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js index 252f57f49d1273c2fef543a07df94cc95e2765d1..7edc7c067ea3bb28b0a92482cfaf9dec125e6fbe 100644 --- a/tests/UI/specs/UIIntegration_spec.js +++ b/tests/UI/specs/UIIntegration_spec.js @@ -469,6 +469,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik? it('should load the Settings > General Settings admin page correctly', function (done) { expect.screenshot('admin_settings_general').to.be.captureSelector('.pageWrap', function (page) { + page.click('.materialize-textarea'); page.load("?" + generalParams + "&module=CoreAdminHome&action=generalSettings"); // angular might need a little to render after page has loaded page.wait(1000);