Skip to content

Commit

Permalink
chore: e2e shorter wait
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Apr 5, 2024
1 parent b7e7615 commit e2056ba
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 @@ -44,7 +44,7 @@ context('Tags editing', () => {

cy.wait('@getTags');

cy.wait(500);
cy.wait(100);
getDevUi().findDcy('tag-autocomplete-option').contains('test-tag').click();

getDevUi().contains('Update').click();
Expand Down

0 comments on commit e2056ba

Please sign in to comment.