Skip to content

Commit

Permalink
chore: try to fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Apr 5, 2024
1 parent 4cbee03 commit 39aeb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/next-internal/tags.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ context('Tags editing', () => {
});
}).as('updateTranslation');

cy.wait(1000);
cy.wait(500);

getDevUi()
.findDcy('tag-autocomplete-input')
Expand Down

0 comments on commit 39aeb14

Please sign in to comment.