From 688a1d33ccc042e0e6fecd528c992bbdb748864c Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Tue, 4 Oct 2016 22:24:49 +1300
Subject: [PATCH] Fix some UI tests

---
 .../UIIntegrationTest_dashboard2.png            | Bin 131 -> 132 bytes
 .../UIIntegrationTest_dashboard3.png            | Bin 131 -> 131 bytes
 .../UIIntegrationTest_visitors_realtime_map.png | Bin 131 -> 131 bytes
 tests/UI/specs/UIIntegration_spec.js            |   1 +
 4 files changed, 1 insertion(+)

diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard2.png
index f505ad79db1ddeebe2a5c708030678645f0bcc53..f0495e85bcace7339623419dc882c59ddb75b661 100644
GIT binary patch
delta 85
zcmV~$yA6Oa3<W^ZW(r2g$M#E>U<ccABx*WZ7=V$vd$xD`<j_J{2ci}u2c#fkGM0@>
gl3AzP5?63$X%U2OK7Dc4jv9t^op<bo7_Im80|*TlmjD0&

delta 84
zcmWN@u@QhE3<c1mWeP`#{DhDp96|!Qv$nI<0UTLh^`3O6w{Auyq?-)W^3Py`AZmkT
fMP&tx!^qWUVaHBAcp54+3N_b!9@ktNn55+onI{!t

diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png b/tests/UI/expected-screenshots/UIIntegrationTest_dashboard3.png
index ab91405bed1f5064c4f3c4a679283fb78787d79b..1d6917f63ae06992b4b65961a0413b6c77d32982 100644
GIT binary patch
delta 84
zcmV~$yA6Oa3<W^ZW(r1#KZ*T@U<eW$iJFc!3otTwYg^mb4^k2dL!B(MMNSHaCeWZ<
eLw%mq6TuFGVN^5m&cgyjI$!0v-`v%`RVzQSt`*Dx

delta 84
zcmV~$u@QhU2nEoy%@mGc_&~xC4iN(0S=-rW0Y~<|wXN;bbArGy3^o^w$Q;(tDx~IQ
eP+Wuk&~9i>f-c=D#F?v2$u8x&-`v@VRLc*=Cl(q2

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
GIT binary patch
delta 84
zcmV~$yAgmO3;@uxWeP_~ARjV>LxcqGtnF-Bz>$4#AN%;^>dfZJh5{tiNNXBENVK|u
fOb7Pn3XU_YyR#$>>Y6e`a7C2oe&>nMs#^I0ts53!

delta 84
zcmWl~xeb6Y3;;l-%@mAahu~)jhOpyUqNbzG0*s8f=2ltdr85+RVOZMXqno<=AY^A@
f!BA-_ZSIgx)Y1L~89BikhpN>3dgg|}tyBE~`&|~@

diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index 252f57f49d..7edc7c067e 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);
-- 
GitLab