From 49541a5a7c74eb41bf430863a2d9f9b31d864f34 Mon Sep 17 00:00:00 2001 From: Josiah Neuberger <josiah@wikimylife.org> Date: Sat, 25 Nov 2017 09:39:03 -0500 Subject: [PATCH] Updated fullscreen integration test to use new loadURI function. --- 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 6700003ec..88ad4077c 100644 --- a/test/integration/test.js +++ b/test/integration/test.js @@ -126,7 +126,7 @@ describe('costumes, sounds and variables', () => { .window() .setSize(1920, 1080); const projectId = '96708228'; - await driver.get(`file://${uri}#${projectId}`); + await loadUri(`${uri}#${projectId}`); await new Promise(resolve => setTimeout(resolve, 2000)); await clickXpath('//img[@title="Zoom Control"]'); await clickXpath('//img[@title="Go"]'); -- GitLab