Skip to content

Commit b2e86fa

Browse files
committed
Updated test exception for engagement status condition
1 parent f29e410 commit b2e86fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/engagement.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ describe('Engagement e2e', () => {
10651065
);
10661066
expect(toCompletedTransition.disabled).toBe(true);
10671067
expect(toCompletedTransition.disabledReason).toBe(
1068-
'The project cannot be completed since some engagements have a non-terminal status',
1068+
'The project cannot be completed since some ongoing engagements are not "Finalizing Completion"',
10691069
);
10701070
});
10711071

0 commit comments

Comments
 (0)