Skip to content

Commit

Permalink
refactor: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Dec 12, 2024
1 parent 92192c6 commit 5f672a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/item/create/createDocument.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Create Document', () => {
);
});

it.only('create document with flavor', () => {
it('create document with flavor', () => {
cy.setUpApi();
cy.visit(HOME_PATH);

Expand Down

0 comments on commit 5f672a5

Please sign in to comment.