Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Dec 19, 2024
1 parent 650f8e0 commit 82826d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bciers/apps/registration1/e2e/poms/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,11 @@ export class OperationsPOM {
OperationStatus.APPROVED,
OperationStatus.DECLINED,
OperationStatus.CHANGES_REQUESTED,
OperationStatus.REGISTERED,
// Below values are not possible in Registration1
OperationStatus.CLOSED,
OperationStatus.TEMPORARILY_SHUTDOWN,
OperationStatus.TRANSFERRED,
// OperationStatus.REGISTERED,
// // Below values are not possible in Registration1
// OperationStatus.CLOSED,
// OperationStatus.TEMPORARILY_SHUTDOWN,
// OperationStatus.TRANSFERRED,
];
break;
}
Expand Down

0 comments on commit 82826d7

Please sign in to comment.