Skip to content
Snippets Groups Projects
Unverified Commit 20f5cfb6 authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Change test (tryit)

parent 6b78ccb4
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ describe('Working with sounds', () => {
test('Adding a sound through the library', async () => {
await loadUri(uri);
await clickXpath('//button[@title="tryit"]');
await clickXpath('//button[@title="Try It"]');
await clickText('Sounds');
// Delete the sound
......@@ -65,7 +65,7 @@ describe('Working with sounds', () => {
test('Adding a sound by surprise button', async () => {
await loadUri(uri);
await clickXpath('//button[@title="tryit"]');
await clickXpath('//button[@title="Try It"]');
await clickText('Sounds');
const el = await findByXpath('//button[@aria-label="Choose a Sound"]');
await driver.actions().mouseMove(el)
......@@ -95,7 +95,7 @@ describe('Working with sounds', () => {
// Regression test for gui issue #1320
test('Switching sprites with different numbers of sounds', async () => {
await loadUri(uri);
await clickXpath('//button[@title="tryit"]');
await clickXpath('//button[@title="Try It"]');
// Add a sound so this sprite has 2 sounds.
await clickText('Sounds');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment