Skip to content
Snippets Groups Projects
Commit 4500c4f7 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove more try-it steps

parent cae9d9a6
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,6 @@ describe('Working with costumes', () => {
test('Adding several costumes with a gif', async () => {
await loadUri(uri);
await clickXpath('//button[@title="Try It"]');
await clickText('Costumes');
const el = await findByXpath('//button[@aria-label="Choose a Costume"]');
await driver.actions().mouseMove(el)
......
......@@ -117,7 +117,6 @@ describe('Working with sprites', () => {
test('Adding a sprite by uploading a gif', async () => {
await loadUri(uri);
await clickXpath('//button[@title="Try It"]');
const el = await findByXpath('//button[@aria-label="Choose a Sprite"]');
await driver.actions().mouseMove(el)
.perform();
......
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