Skip to content

Commit fb22e42

Browse files
committed
Remove test.only
1 parent 7d1dfb6 commit fb22e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sounds.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('Working with sounds', () => {
168168
await expect(logs).toEqual([]);
169169
});
170170

171-
test.only('Keyboard shortcuts', async () => {
171+
test('Keyboard shortcuts', async () => {
172172
await loadUri(uri);
173173
await clickText('Sounds');
174174
const el = await findByXpath('//button[@aria-label="Choose a Sound"]');

0 commit comments

Comments
 (0)