From e7ea99db0aa8d5f50d78e31988f0bfe80652cc0c Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Tue, 2 Feb 2016 11:54:41 +1300
Subject: [PATCH] UI tests now need the footer controls opened refs
 https://github.com/piwik/piwik/pull/9644/files

---
 tests/UI/specs/ActionsDataTable_spec.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/UI/specs/ActionsDataTable_spec.js b/tests/UI/specs/ActionsDataTable_spec.js
index c00c9749f2..0b4d2f18d0 100644
--- a/tests/UI/specs/ActionsDataTable_spec.js
+++ b/tests/UI/specs/ActionsDataTable_spec.js
@@ -28,6 +28,9 @@ describe("ActionsDataTable", function () {
         expect.screenshot('subtables_loaded').to.be.capture(function (page) {
             page.click('tr.subDataTable:first');
             page.click('tr.subDataTable:eq(2)');
+            page.evaluate(function () {
+                $('.foldDataTableFooterDrawer').click(); // open the footer icons controls
+            });
         }, done);
     });
 
-- 
GitLab