Skip to content
Snippets Groups Projects
Commit 71f8d8f5 authored by Nikhil Jha's avatar Nikhil Jha
Browse files

Remove Irrelevant Tests

parent 8459c67c
No related branches found
No related tags found
No related merge requests found
......@@ -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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment