You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/twenty-server/test/integration/graphql/suites/object-generated/__snapshots__/messages.integration-spec.ts.snap
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,17 @@ exports[`messagesResolver (e2e) should find many messages 1`] = `
4
4
{
5
5
"createdAt": Any<String>,
6
6
"deletedAt": null,
7
-
"id": "20202020-04c8-4f24-93f2-764948e95014",
8
-
"subject": "Inquiry Regarding Topic",
9
-
"text": "Good Morning,
10
-
I am writing to inquire about information. Could you please provide me with details regarding this topic?
11
-
Your assistance in this matter would be greatly appreciated. Thank you in advance for your prompt response.
12
-
Best regards,Tim",
7
+
"id": "20202020-0001-4e7c-8001-123456789bcd",
8
+
"subject": "Meeting Request",
9
+
"text": "Hello,
10
+
11
+
I hope this email finds you well. I am writing to request a meeting. I believe it would be beneficial for both parties to collaborate and explore potential opportunities.
12
+
13
+
Would you be available for a meeting sometime next week? Please let me know your availability, and I will arrange a suitable time.
14
+
15
+
Looking forward to your response.
16
+
17
+
Best regards",
13
18
"updatedAt": Any<String>,
14
19
}
15
20
`;
@@ -18,12 +23,17 @@ exports[`messagesResolver (e2e) should find one message 1`] = `
18
23
{
19
24
"createdAt": Any<String>,
20
25
"deletedAt": null,
21
-
"id": "20202020-2b8a-405d-8f42-e820ca921421",
26
+
"id": "20202020-0001-4e7c-8001-123456789bcd",
22
27
"subject": "Meeting Request",
23
-
"text": "Hello,
24
-
I hope this email finds you well. I am writing to request a meeting. I believe it would be beneficial for both parties to collaborate and explore potential opportunities. Would you be available for a meeting sometime next week? Please let me know your availability, and I will arrange a suitable time.
25
-
Looking forward to your response.
26
-
Best regards",
28
+
"text": "Hello,
29
+
30
+
I hope this email finds you well. I am writing to request a meeting. I believe it would be beneficial for both parties to collaborate and explore potential opportunities.
31
+
32
+
Would you be available for a meeting sometime next week? Please let me know your availability, and I will arrange a suitable time.
Copy file name to clipboardExpand all lines: packages/twenty-server/test/integration/graphql/suites/object-records-permissions/update-one-object-records-permissions.integration-spec.ts
0 commit comments