From e6cfb65ce7f1e53e12cf666ba55dc85c72c34ae0 Mon Sep 17 00:00:00 2001
From: Josiah Neuberger <josiah@wikimylife.org>
Date: Mon, 4 Sep 2017 16:33:32 -0400
Subject: [PATCH] fixed load project fullscreen test not zooming for test.

---
 test/integration/test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration/test.js b/test/integration/test.js
index 9977e3608..0b2eaab95 100644
--- a/test/integration/test.js
+++ b/test/integration/test.js
@@ -81,9 +81,9 @@ describe('costumes, sounds and variables', () => {
             .window()
             .maximize();
         const projectId = '96708228';
-        await clickXpath('//img[@title="Zoom Control"]');
         await driver.get(`file://${uri}#${projectId}`);
         await new Promise(resolve => setTimeout(resolve, 2000));
+        await clickXpath('//img[@title="Zoom Control"]');
         await clickXpath('//img[@title="Go"]');
         await new Promise(resolve => setTimeout(resolve, 2000));
         await clickXpath('//img[@title="Stop"]');
-- 
GitLab