From 71f8d8f5e86ef2762e3232052ef2db8cbf106265 Mon Sep 17 00:00:00 2001 From: Nikhil Jha <hi@nikhiljha.com> Date: Thu, 24 Jan 2019 14:59:45 -0800 Subject: [PATCH] Remove Irrelevant Tests --- test/integration/project-loading.test.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/integration/project-loading.test.js b/test/integration/project-loading.test.js index 115c29576..bd305c4aa 100644 --- a/test/integration/project-loading.test.js +++ b/test/integration/project-loading.test.js @@ -24,13 +24,6 @@ describe('Loading scratch gui', () => { await driver.quit(); }); - test('The "Not Now" button sends you to scratch', async () => { - await loadUri(uri); - await clickText('Not Now'); - const currentUrl = await driver.getCurrentUrl(); - await expect(currentUrl).toEqual('https://scratch.mit.edu/'); - }); - describe('Loading projects by ID', () => { test('Load 2.0 project using import modal', async () => { -- GitLab