Skip to content

Commit

Permalink
Remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed May 10, 2024
2 parents 8671e0d + 379375b commit 541e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/keymaps.cy.js
Expand Up @@ -899,7 +899,7 @@ describe('Keymaps', () => {
});
});

describe.only('when the line has no code', () => {
describe('when the line has no code', () => {
it('block - at top level', () => {
loadPlayroom(blockStarter);

Expand Down

0 comments on commit 541e859

Please sign in to comment.