Skip to content
Snippets Groups Projects
Commit fb22e42b authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Remove test.only

parent 7d1dfb67
No related branches found
No related tags found
No related merge requests found
......@@ -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"]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment