Skip to content

Commit

Permalink
chore: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jul 18, 2023
1 parent eda493c commit 16efe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/common/groupActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { confirmStandard } from './shared';
export function deleteSelected() {
cy.gcy('batch-operations-select').click();
cy.gcy('batch-select-item').contains('Delete').click();
cy.gcy('batch-operations-delete-button').click();
cy.gcy('batch-operations-submit-button').click();
confirmStandard();
cy.wait(2000);
cy.gcy('batch-operation-dialog-ok', { timeout: 10_000 }).click();
Expand Down

0 comments on commit 16efe91

Please sign in to comment.