Skip to content

Commit

Permalink
Updated test exception for engagement status condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Jun 11, 2024
1 parent f29e410 commit b2e86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/engagement.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ describe('Engagement e2e', () => {
);
expect(toCompletedTransition.disabled).toBe(true);
expect(toCompletedTransition.disabledReason).toBe(
'The project cannot be completed since some engagements have a non-terminal status',
'The project cannot be completed since some ongoing engagements are not "Finalizing Completion"',
);
});

Expand Down

0 comments on commit b2e86fa

Please sign in to comment.