Skip to content

Commit

Permalink
updated test description
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Oct 17, 2024
1 parent 6f66c41 commit 5a7a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/tests/api/blocks.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ describe('api.blocks', () => {
});
});

it.only('should get target tool config', function () {
it('should pass tool config to the conversionConfig.import method of the tool', function () {
const existingBlock = {
id: 'test-id-123',
type: 'paragraph',
Expand Down

0 comments on commit 5a7a928

Please sign in to comment.