From fb22e42b5990e1d9203428537e2df1777f268835 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum <eric.rosenbaum@gmail.com> Date: Wed, 31 Jul 2019 10:47:37 -0400 Subject: [PATCH] Remove test.only --- 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 e564f511a..fee7befd4 100644 --- a/test/integration/sounds.test.js +++ b/test/integration/sounds.test.js @@ -168,7 +168,7 @@ describe('Working with sounds', () => { await expect(logs).toEqual([]); }); - test.only('Keyboard shortcuts', async () => { + test('Keyboard shortcuts', async () => { await loadUri(uri); await clickText('Sounds'); const el = await findByXpath('//button[@aria-label="Choose a Sound"]'); -- GitLab