Skip to content

Commit e4caeac

Browse files
committed
More fixes.
1 parent c1d4478 commit e4caeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/e2e/Page objects/BackendConfiguration/BackendConfigurationAreaRules.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export class AreaRuleRowObject {
466466
}
467467

468468
public async delete(clickCancel = false, waitCreateBtn = true) {
469-
await this.clickActionsMenu();
469+
// await this.clickActionsMenu();
470470
if (this.deleteRuleBtn) {
471471
await this.openDeleteModal();
472472
await this.closeDeleteModal(clickCancel, waitCreateBtn);

0 commit comments

Comments
 (0)