From 4c75dcac5f656394ebe55a46a58c6d3177f25ac9 Mon Sep 17 00:00:00 2001 From: Linda <lifaythegoblin@googlemail.com> Date: Mon, 1 Oct 2018 11:54:24 -0400 Subject: [PATCH] fixed integration test for loading project directly by id --- test/integration/project-loading.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/project-loading.test.js b/test/integration/project-loading.test.js index f851188c4..09023632e 100644 --- a/test/integration/project-loading.test.js +++ b/test/integration/project-loading.test.js @@ -71,7 +71,6 @@ describe('Loading scratch gui', () => { const projectId = '96708228'; await loadUri(`${uri}#${projectId}`); - await clickXpath('//button[@title="Try It"]'); await new Promise(resolve => setTimeout(resolve, 3000)); await clickXpath('//img[@title="Go"]'); await new Promise(resolve => setTimeout(resolve, 2000)); @@ -93,7 +92,6 @@ describe('Loading scratch gui', () => { .setSize(1920, 1080); const projectId = '96708228'; await loadUri(`${uri}#${projectId}`); - await clickXpath('//button[@title="Try It"]'); await new Promise(resolve => setTimeout(resolve, 2000)); await clickXpath('//img[@title="Full Screen Control"]'); await clickXpath('//img[@title="Go"]'); -- GitLab