Skip to content

Commit 593d919

Browse files
Merge pull request scratchfoundation#5049 from ericrosenbaum/bugfix/remove-test-only
Remove test.only
2 parents d452607 + fb22e42 commit 593d919

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)