From e53b35a444b1b5196ac4a79ede964bf90d5e555f Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Thu, 2 Aug 2018 09:57:20 +0900 Subject: [PATCH] Forgot to change here --- test/integration/sounds.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/sounds.test.js b/test/integration/sounds.test.js index e0d35a6ac..7c306a5ee 100644 --- a/test/integration/sounds.test.js +++ b/test/integration/sounds.test.js @@ -78,7 +78,7 @@ describe('Working with sounds', () => { test('Duplicating a sound', async () => { await loadUri(uri); - await clickXpath('//button[@title="tryit"]'); + await clickXpath('//button[@title="Try It"]'); await clickText('Sounds'); await rightClickText('Meow', scope.soundsTab); -- GitLab