diff --git a/test/integration/sounds.test.js b/test/integration/sounds.test.js index e564f511a3133d80e1eeb99320764e5d55918835..fee7befd47280f881ee01dde68cdd07be89fc950 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"]');