We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a924dd5 commit 0580dd6Copy full SHA for 0580dd6
test/engagement.e2e-spec.ts
@@ -811,7 +811,9 @@ describe('Engagement e2e', () => {
811
mentorId: mentor.id,
812
}),
813
).rejects.toThrowGqlError(
814
- errors.notFound({ message: 'Could not find project' }),
+ errors.notFound({
815
+ message: expect.stringMatching(/Could not find project/i),
816
+ }),
817
);
818
await expect(
819
createInternshipEngagement(app, {
@@ -863,7 +865,9 @@ describe('Engagement e2e', () => {
863
865
languageId: language.id,
864
866
867
868
869
870
871
872
873
createLanguageEngagement(app, {
0 commit comments