> talawa-admin@3.0.0 test:coverage > vitest run --coverage RUN v3.0.5 /home/runner/work/talawa-admin/talawa-admin Coverage enabled with istanbul stderr | src/screens/UserPortal/Chat/Chat.spec.tsx > Testing Chat Screen [User Portal] > should handle filter changes in sequence ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/UserPortal/ChatRoom/ChatRoom.spec.tsx > Testing Chatroom Component [User Portal] > Chat room should display fallback content if no chat is active ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles image upload functionality ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stdout | src/components/UserPortal/ChatRoom/ChatRoom.spec.tsx > Testing Chatroom Component [User Portal] > send message direct chat MESSAGES [ HTMLDivElement { '__reactFiber$nnvrg0y236c': FiberNode { tag: 5, key: '4', elementType: 'div', type: 'div', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 1, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 0, subtreeFlags: 14682113, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$nnvrg0y236c': { className: '_messageSent_572d63', 'data-testid': 'message', id: '4', children: [Array] } } ] stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles user search and form submission No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"John","lastName_contains":"Doe"} Failed to match 2 mocks for this query. The mocked response had the following variables: {"firstName_contains":"","lastName_contains":""} {"firstName_contains":"Disha","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles blank title and description submission No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles user modal toggle correctly No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles null/undefined file upload No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/Chat/Chat.spec.tsx > Testing Chat Screen [User Portal] > Testing chat filters Warning: The current testing environment is not configured to support act(...) stdout | src/components/UserPortal/ChatRoom/ChatRoom.spec.tsx > Testing Chatroom Component [User Portal] > send message direct chat when userId is different MESSAGES [ HTMLDivElement { '__reactFiber$nnvrg0y236c': FiberNode { tag: 5, key: '345678', elementType: 'div', type: 'div', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 1, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 0, subtreeFlags: 14682113, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$nnvrg0y236c': { className: '_messageReceived_572d63', 'data-testid': 'message', id: '345678', children: [Array] } } ] stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > Testing Create Group Chat Modal [User Portal] > handles empty user search submission An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Disha%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Talreja%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22img%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22disha%40email.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22appUserProfile%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2212%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22isSuperAdmin%5C%22%3A%20%5C%22false%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdOrganizations%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22345678%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdEvents%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2234567890%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5D%5Cn%20%20%20%20%7D%2C%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Disha%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Talreja%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22img%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22disha%40email.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22appUserProfile%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2212%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22isSuperAdmin%5C%22%3A%20%5C%22false%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdOrganizations%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22345678%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdEvents%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2234567890%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5D%5Cn%20%20%20%20%7D%2C%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Disha%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Talreja%5C%22%2C%5Cn%20%20%20%22%5D%7D ✓ src/screens/UserPortal/Chat/Chat.spec.tsx (8 tests) 3499ms ✓ Testing Chat Screen [User Portal] > should handle filter changes in sequence 343ms ✓ Testing Chat Screen [User Portal] > create new direct chat 703ms ✓ Testing Chat Screen [User Portal] > create new group chat 554ms ✓ Testing Chat Screen [User Portal] > Testing chat filters 1143ms ✓ src/components/UserPortal/ChatRoom/ChatRoom.spec.tsx (6 tests) 3673ms ✓ Testing Chatroom Component [User Portal] > Chat room should display fallback content if no chat is active 328ms ✓ Testing Chatroom Component [User Portal] > send message direct chat 1128ms ✓ Testing Chatroom Component [User Portal] > send message direct chat when userId is different 922ms ✓ Testing Chatroom Component [User Portal] > send message group chat 975ms stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > CreateGroupChat Additional Tests > handles invalid file upload No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > CreateGroupChat Additional Tests > handles form validation No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx > CreateGroupChat Additional Tests > handles image edit button click No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/components/UserPortal/CreateGroupChat/CreateGroupChat.spec.tsx (16 tests) 5511ms ✓ Testing Create Group Chat Modal [User Portal] > handles image upload functionality 373ms ✓ Testing Create Group Chat Modal [User Portal] > handles user search and form submission 322ms ✓ Testing Create Group Chat Modal [User Portal] > handles user modal toggle correctly 380ms ✓ Testing Create Group Chat Modal [User Portal] > handles empty user search submission 400ms ✓ Testing Create Group Chat Modal [User Portal] > handles user selection and deselection properly 396ms ✓ Testing Create Group Chat Modal [User Portal] > open and close create new direct chat modal 592ms ✓ Testing Create Group Chat Modal [User Portal] > create new group chat 610ms ✓ Testing Create Group Chat Modal [User Portal] > add and remove user 1482ms stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Member) ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Member) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Member) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Create Action Item (for Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should preserve the assignee when updating other fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should preserve the assignee when updating other fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > It is necessary to query the correct mock data. ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > It is necessary to query the correct mock data. An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/components/UsersTableItem/UserTableItem.spec.tsx > Testing User Table Item > Should render props and text elements test for the page component Warning: validateDOMNesting(...): cannot appear as a child of
. at tr at UsersTableItem (/home/runner/work/talawa-admin/talawa-admin/src/components/UsersTableItem/UsersTableItem.tsx:3166:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing MEMBERS list An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing MEMBERS list An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D ✓ src/components/UsersTableItem/UserTableItem.spec.tsx (8 tests) 2768ms ✓ Testing User Table Item > Should render props and text elements test for the Joined Organizations Modal properly 468ms ✓ Testing User Table Item > Should render props and text elements test for the Blocked By Organizations Modal properly 356ms ✓ Testing User Table Item > Remove user from Organization should function properly in Organizations Joined Modal 326ms ✓ Testing User Table Item > Remove user from Organization should function properly in Organizations Blocked by Modal 306ms ✓ Testing User Table Item > change role button should function properly 646ms stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer -> Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer -> Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer -> Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (Volunteer -> Group) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles signup error gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Rendering > renders correctly when show is true ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Form Fields > trims whitespace from name and description before submission Warning: `ReactDOMTestUtils.act` is deprecated in favor of `React.act`. Import `act` from `react` instead of `react-dom/test-utils`. See https://react.dev/warnings/react-dom-test-utils for more info. Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Image Handling > removes image preview when clear button is clicked Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Validation > shows error when venue name is empty Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Validation > shows error when venue capacity is not a positive number Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Validation > validates capacity edge cases Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > disables submit button during mutation loading state Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > shows success toast when a new venue is created Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > shows success toast when a new venue is created Mutation error: ApolloError: No more mocked responses for the query: mutation createVenue($capacity: Int!, $description: String, $file: String, $name: String!, $organizationId: ID!) { createVenue( data: {capacity: $capacity, description: $description, file: $file, name: $name, organizationId: $organizationId} ) { _id } }, variables: {"name":"Test Venue","capacity":100,"description":"","file":"","organizationId":"orgId"} at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: No more mocked responses for the query: mutation createVenue($capacity: Int!, $description: String, $file: String, $name: String!, $organizationId: ID!) { createVenue( data: {capacity: $capacity, description: $description, file: $file, name: $name, organizationId: $organizationId} ) { _id } }, variables: {"name":"Test Venue","capacity":100,"description":"","file":"","organizationId":"orgId"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:101:15) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise (), extraInfo: undefined, cause: Error: No more mocked responses for the query: mutation createVenue($capacity: Int!, $description: String, $file: String, $name: String!, $organizationId: ID!) { createVenue( data: {capacity: $capacity, description: $description, file: $file, name: $name, organizationId: $organizationId} ) { _id } }, variables: {"name":"Test Venue","capacity":100,"description":"","file":"","organizationId":"orgId"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:101:15) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise () } stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > handles duplicate venue name error Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > handles duplicate venue name error Mutation error: ApolloError: alreadyExists at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:123:12 at processTicksAndRejections (node:internal/process/task_queues:105:5) at VitestExecutor.runModule (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:399:5) at VitestExecutor.directRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:381:5) at VitestExecutor.cachedRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:206:14) at VitestExecutor.executeId (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:173:12) at collectTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:904:7) at startTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1358:17) at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:129:11 at withEnv (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:92:5), extraInfo: undefined, cause: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:123:12 at processTicksAndRejections (node:internal/process/task_queues:105:5) at VitestExecutor.runModule (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:399:5) at VitestExecutor.directRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:381:5) at VitestExecutor.cachedRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:206:14) at VitestExecutor.executeId (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:173:12) at collectTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:904:7) at startTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1358:17) at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:129:11 at withEnv (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:92:5) } stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > handles network error during venue creation Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Mutations > handles network error during venue creation Mutation error: ApolloError: Network error at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:138:12 at processTicksAndRejections (node:internal/process/task_queues:105:5) at VitestExecutor.runModule (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:399:5) at VitestExecutor.directRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:381:5) at VitestExecutor.cachedRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:206:14) at VitestExecutor.executeId (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:173:12) at collectTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:904:7) at startTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1358:17) at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:129:11 at withEnv (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:92:5), extraInfo: undefined, cause: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:138:12 at processTicksAndRejections (node:internal/process/task_queues:105:5) at VitestExecutor.runModule (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:399:5) at VitestExecutor.directRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:381:5) at VitestExecutor.cachedRequest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:206:14) at VitestExecutor.executeId (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vite-node/dist/client.mjs:173:12) at collectTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:904:7) at startTests (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1358:17) at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:129:11 at withEnv (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/vitest/dist/chunks/runBaseTests.Ba8jtu6O.js:92:5) } stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > shows success toast when an existing venue is updated Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > shows success toast when an existing venue is updated Sending update mutation with name: { id: 'venue1', name: 'Updated Venue', capacity: 200, description: 'Updated description', file: 'image1' } stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles multiple successive updates correctly Sending update mutation with name: { id: 'venue1', name: 'Updated Venue 1', capacity: 100, description: 'Updated description for venue 1', file: 'image1' } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles multiple successive updates correctly Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles multiple successive updates correctly stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles multiple successive updates correctly Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined Sending update mutation with name: { id: 'venue1', name: 'Updated Venue 2', capacity: 100, description: 'Updated description for venue 1', file: 'image1' } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles unchanged name in edit mode stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles unchanged name in edit mode Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined Sending update mutation without name: { id: 'venue1', capacity: 150, description: 'Changed description', file: 'image1' } stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22id%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20null%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22authenticationToken%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20null%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: mutation CreateMember($orgid: ID!, $userid: ID!) { createMember(input: {organizationId: $orgid, userId: $userid}) { organization { _id } } } Expected variables: {"orgid":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > handles null createdUserId gracefully No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (not completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Error Handling > shows error toast when network error occurs during update stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Error Handling > shows error toast when network error occurs during update Sending update mutation with name: { id: 'venue1', Error: Not implemented: HTMLFormElement.prototype.submit name: 'Updated Venue', at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) capacity: 100, at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) description: 'Test Description', at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) file: 'image1' } at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Error Handling > shows error toast when network error occurs during update Mutation error: ApolloError: Network error at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:617:20 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15), extraInfo: undefined, cause: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:617:20 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) } stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Update Action Item (not completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles "alreadyExists" error specifically Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles "alreadyExists" error specifically Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles "alreadyExists" error specifically Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > handles "alreadyExists" error specifically Mutation error: ApolloError: alreadyExists at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:655:16 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15), extraInfo: undefined, cause: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:655:16 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles mutation errors with custom error messages Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles mutation errors with custom error messages Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles mutation errors with custom error messages Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles mutation errors with custom error messages Mutation error: ApolloError: Custom error message at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Custom error message at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:700:18 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15), extraInfo: undefined, cause: Error: Custom error message at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:700:18 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) } stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles unexpected mutation errors Sending update mutation without name: { id: 'venue1', capacity: 100, description: 'Updated description for venue 1', file: 'image1' } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles unexpected mutation errors Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > Cleanup > handles unexpected mutation errors Mutation error: ApolloError: No more mocked responses for the query: mutation editVenue($capacity: Int, $description: String, $file: String, $id: ID!, $name: String) { editVenue( data: {capacity: $capacity, description: $description, file: $file, id: $id, name: $name} ) { _id } }, variables: {"id":"venue1","capacity":100,"description":"Updated description for venue 1","file":"image1"} at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: No more mocked responses for the query: mutation editVenue($capacity: Int, $description: String, $file: String, $id: ID!, $name: String) { editVenue( data: {capacity: $capacity, description: $description, file: $file, id: $id, name: $name} ) { _id } }, variables: {"id":"venue1","capacity":100,"description":"Updated description for venue 1","file":"image1"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:101:15) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise (), extraInfo: undefined, cause: Error: No more mocked responses for the query: mutation editVenue($capacity: Int, $description: String, $file: String, $id: ID!, $name: String) { editVenue( data: {capacity: $capacity, description: $description, file: $file, id: $id, name: $name} ) { _id } }, variables: {"id":"venue1","capacity":100,"description":"Updated description for venue 1","file":"image1"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:101:15) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise () } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > resets form state when modal is closed and reopened Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > resets form state when modal is closed and reopened Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > resets form state when modal is closed and reopened Warning: An update to VenueModal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at VenueModal (/home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.tsx:2188:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to VenueModal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at VenueModal (/home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.tsx:2188:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Form State Management > updates form state when description is changed Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Form State Management > updates form state when description is changed Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Form State Management > enforces maximum length for description Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Form State Management > enforces maximum length for description Warning: The current testing environment is not configured to support act(...) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Try adding negative Allotted Hours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > Try adding negative Allotted Hours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing add existing user modal Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing add existing user modal Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing add existing user modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226437904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Testing add existing user modal Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles infinite for allottedHours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Open and search existing user Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Open and search existing user Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles infinite for allottedHours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles multiple files selected in image upload Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles multiple files selected in image upload Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles multiple files selected in image upload Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty venue name Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty description Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty description Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty description Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles null imageURL Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty image URL Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty image URL Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty image URL Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should not allow letters or negative values in allotted hours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > uses fallback error message when venue name exists Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > uses fallback error message when venue name exists Warning: The current testing environment is not configured to support act(...) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should not allow letters or negative values in allotted hours An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > uses fallback error message when venue name exists Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > uses fallback error message when venue name exists Mutation error: ApolloError: alreadyExists at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:1035:22 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15), extraInfo: undefined, cause: Error: alreadyExists at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:1035:22 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) } stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates allotted hours maximum values An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles special characters in venue name Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles special characters in venue name Warning: The current testing environment is not configured to support act(...) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates allotted hours maximum values An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles non-numeric input for capacity Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles non-numeric input for capacity Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > handles non-numeric input for capacity Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles empty description with trim and empty image URL Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles empty description with trim and empty image URL Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles empty description with trim and empty image URL Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stdout | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles empty image URL during venue update Sending update mutation with name: { id: 'venue1', name: 'Updated Venue', capacity: 100, description: '', file: '' } stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles empty image URL during venue update Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles form submission with undefined venueData in edit mode Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles description truncation Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles description truncation Warning: The current testing environment is not configured to support act(...) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates allottedHours edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates allottedHours edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should fail to Create Action Item An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should fail to Create Action Item An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles empty strings in all text fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles mutation errors with custom error messages Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles mutation errors with custom error messages Warning: The current testing environment is not configured to support act(...) stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles mutation errors with custom error messages Error: Not implemented: HTMLFormElement.prototype.submit at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at HTMLFormElementImpl.submit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5) at HTMLFormElementImpl._doSubmit (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10) at HTMLButtonElementImpl._activationBehavior (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js:23:14) at HTMLButtonElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26) at HTMLButtonElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLButtonElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/dom/dist/events.js:19:20 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:108:16 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/act-compat.js:48:24 undefined stderr | src/components/Venues/Modal/VenueModal.spec.tsx > VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles mutation errors with custom error messages Mutation error: ApolloError: Custom error message at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Custom error message at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:1262:20 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15), extraInfo: undefined, cause: Error: Custom error message at /home/runner/work/talawa-admin/talawa-admin/src/components/Venues/Modal/VenueModal.spec.tsx:1262:20 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) } ✓ src/components/Venues/Modal/VenueModal.spec.tsx (39 tests) 10913ms ✓ VenueModal > Venue Updates > handles "alreadyExists" error specifically 390ms ✓ VenueModal > Venue Updates > Cleanup > handles mutation errors with custom error messages 410ms ✓ VenueModal > Venue Updates > resets form state when modal is closed and reopened 522ms ✓ VenueModal > Venue Updates > VenueModal Additional Tests > Form State Management > enforces maximum length for description 2871ms ✓ VenueModal > Venue Updates > VenueModal Additional Tests > Image Handling Edge Cases > Validation Edge Cases > handles empty image URL 369ms ✓ VenueModal > Venue Updates > VenueModal Additional Tests > Error Handling > handles description truncation 3006ms stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles empty strings in all text fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Add Member component renders Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with members data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with members data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with members data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22orgid%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22name%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22description%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20%5C%22string%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22string%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22id%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22firstName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22lastName%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22email%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%2212-03-2024%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%5D%2C%5Cn%20%20%20%20%20%20%5C%22membershipRequests%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > Datagrid renders with admin data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Vyvyan%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Kerry%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20%5C%22tempUrl%5C%22%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organizationsBlockedBy%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22address%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%7D%2C%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22appUserProfile%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Nandika%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Agrawal%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2265378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testadmin1%40example.com%5C%22%2C%5Cn%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%2C%5Cn%20%20%20%20%5C%22joinedOrganizations%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%226537904485008f171cf29924%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Unity%20Foundation%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%2264378abd85008f171cf2990d%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22testsuperadmin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-04-13T04%3A53%3A17.742Z%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > No Mock Data test An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when member query fails No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when member query fails An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when member query fails An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22admins%5C%22%3A%20%5B%5D%2C%5Cn%20%20%20%20%20%20%5C%22__typename%5C%22%3A%20%5C%22Organization%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when member query fails No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'pathname')] at reportException (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:341:9) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLUnknownElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at Object.invokeGuardedCallbackDev (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4213:16) at invokeGuardedCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4277:31) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27490:7) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at HTMLUnknownElement.callCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4164:14) at HTMLUnknownElement.callTheUserObjectsOperation (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:338:25) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27465:14) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) at workLoopSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26505:5) at renderRootSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26473:7) at performSyncWorkOnRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26124:20) at flushSyncCallbacks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:12042:22) No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A15%2C%22args%22%3A%5B%22organizationsMemberConnection%22%2C%22Query%22%2C%22either%20ensure%20all%20objects%20of%20type%20OrganizationMemberConnection%20have%20an%20ID%20or%20a%20custom%20merge%20function%2C%20or%20%22%2C%22Query.organizationsMemberConnection%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22OrganizationMemberConnection%5C%22%2C%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5D%5Cn%7D%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D Warning: An update to organizationPeople inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles whitespace-only strings An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles whitespace-only strings An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Warning: An update to Dropdown inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Dropdown inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Modal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Modal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridOverlayWrapper inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridOverlayWrapper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/base/GridOverlays.js:62:59) at GridOverlays (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/base/GridOverlays.js:102:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridPreferencesPanel inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridPreferencesPanel (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPreferencesPanel.js:19:59) at GridHeader (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeader.js:15:60) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridVirtualScroller inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridVirtualScroller inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. Warning: An update to ForwardRef inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPanel.js:50:7 at GridPreferencesPanel (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPreferencesPanel.js:19:59) at GridHeader (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeader.js:15:60) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when admin query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'pathname')] at reportException (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:341:9) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLUnknownElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at Object.invokeGuardedCallbackDev (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4213:16) at invokeGuardedCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4277:31) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27490:7) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at HTMLUnknownElement.callCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4164:14) at HTMLUnknownElement.callTheUserObjectsOperation (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:338:25) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27465:14) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) at workLoopSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26505:5) at renderRootSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26473:7) at performSyncWorkOnRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26124:20) at flushSyncCallbacks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:12042:22) No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to organizationPeople inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to Dropdown inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Dropdown inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Modal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to Modal inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridOverlayWrapper inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridOverlayWrapper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/base/GridOverlays.js:62:59) at GridOverlays (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/base/GridOverlays.js:102:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridPreferencesPanel inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridPreferencesPanel (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPreferencesPanel.js:19:59) at GridHeader (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeader.js:15:60) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridVirtualScroller inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridVirtualScroller inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. Warning: An update to ForwardRef inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPanel.js:50:7 at GridPreferencesPanel (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/panel/GridPreferencesPanel.js:19:59) at GridHeader (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeader.js:15:60) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to GridHeaders inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(GridColumnHeaders) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(Tooltip) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Tooltip (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Tooltip/Tooltip.js:322:59) at GridColumnHeaderTitle (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderTitle.js:61:5) at div at div at div at div at GridGenericColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridGenericColumnHeaderItem.js:23:7) at GridColumnHeaderItem (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridColumnHeaderItem.js:56:5) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/columnHeaders/GridBaseColumnHeaders.js:41:7) at GridColumnHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridColumnHeaders.js:21:7) at GridHeaders (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/GridHeaders.js:23:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridTopContainer at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridMainContainer.js:40:5 at GridVirtualScroller (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/virtualization/GridVirtualScroller.js:72:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at GridRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/components/containers/GridRoot.js:40:60) at GridContextProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/context/GridContextProvider.js:15:3) at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to ForwardRef(DataGrid) inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at DataGrid (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-data-grid/node/DataGrid/DataGrid.js:29:56) at div at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails Warning: An update to AddMember inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Organization People Page > should show toast error when user query fails No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles special characters in text fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > Open and check if profile image is displayed for existing user Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles special characters in text fields An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > opening add user modal Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > opening add user modal Warning: Encountered two children with the same key, `65378abd85008f171cf2990d`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. at tbody at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableBody (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableBody/TableBody.js:40:59) at table at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Table (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Table/Table.js:64:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Paper (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Paper/Paper.js:75:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableContainer (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableContainer/TableContainer.js:36:59) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalBody.js:14:3 at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ModalDialog.js:14:3 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at AddMember (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/AddMember.tsx:2260:73) at div at div at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at organizationPeople (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationPeople/OrganizationPeople.tsx:2259:74) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles extremely long text input An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles extremely long text input An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > createMember handles error and shows toast notification No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > createMember handles error and shows toast notification No more mocked responses for the query: query Organizations($id: ID!) { organization(id: $id) { _id image creator { firstName lastName email } name description address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } userRegistrationRequired visibleInSearch members { _id firstName lastName email } admins { _id firstName lastName email createdAt } membershipRequests { _id user { firstName lastName email } } blockedUsers { _id firstName lastName email } } } Expected variables: {"id":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query usersConnection($id_not_in: [ID!], $firstName_contains: String, $lastName_contains: String) { users( where: {id_not_in: $id_not_in, firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { user { firstName lastName image _id email createdAt organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } joinedOrganizations { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } createdAt creator { _id firstName lastName image email createdAt } } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"id_not_in":[],"firstName_contains":"","lastName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > createMember handles error and shows toast notification No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles rapid form field changes An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationPeople/OrganizationPeople.spec.tsx > createMember handles error and shows toast notification No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"firstName_contains":"","lastName_contains":"","orgId":"orgid"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/screens/OrganizationPeople/OrganizationPeople.spec.tsx (30 tests) 26883ms ✓ Organization People Page > It is necessary to query the correct mock data. 492ms ✓ Organization People Page > Testing MEMBERS list 989ms ✓ Organization People Page > successfully creates user and adds them as member 1636ms ✓ Organization People Page > handles signup error gracefully 1872ms ✓ Organization People Page > handles null createdUserId gracefully 1873ms ✓ Organization People Page > Testing ADMIN LIST 876ms ✓ Organization People Page > Testing ADMIN list with filters 1037ms ✓ Organization People Page > Testing add existing user modal 939ms ✓ Organization People Page > Open and search existing user 816ms ✓ Organization People Page > Open and close add new user modal 797ms ✓ Organization People Page > Testing add new user modal 1021ms ✓ Organization People Page > Throw invalid details error in add new user modal 1009ms ✓ Organization People Page > Throw passwordNotMatch error in add new user modal 1073ms ✓ Organization People Page > Testing USERS list 1047ms ✓ Organization People Page > Testing USERS list with filters 476ms ✓ Organization People Page > Add Member component renders 993ms ✓ Organization People Page > Datagrid renders with members data 337ms ✓ Organization People Page > Datagrid renders with admin data 1180ms ✓ Organization People Page > should show toast error when admin query fails 1095ms ✓ Organization People Page > should show toast error when user query fails 853ms ✓ Open and check if profile image is displayed for existing user 848ms ✓ opening add user modal 815ms ✓ modal state management - open, close, and toggle 1111ms ✓ testing out toast errors 916ms ✓ handles GraphQL error when adding member 1409ms ✓ createMember handles error and shows toast notification 827ms stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles rapid form field changes An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/LoginPage/LoginPage.spec.tsx > Testing Login Page Screen > Component Should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > No Fields Updated while Updating An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > No Fields Updated while Updating An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles empty and null form values correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles empty and null form values correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates category selection An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > validates category selection An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles assignee type changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles assignee type changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles assignee type changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgPost/OrgPost.spec.tsx > Organisation Post Page > handleAddMediaChange: uploading a file and verifying the preview ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles assignee type changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles date changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles date changes correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/LoginPage/LoginPage.spec.tsx > Testing Login Page Screen > Testing login functionality An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22role%5C%22%3A%20%5C%22administrator%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22emailAddress%22%2C%22%7B%5Cn%20%20%5C%22id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22role%5C%22%3A%20%5C%22administrator%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22countryCode%22%2C%22%7B%5Cn%20%20%5C%22id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22role%5C%22%3A%20%5C%22administrator%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22avatarURL%22%2C%22%7B%5Cn%20%20%5C%22id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22role%5C%22%3A%20%5C%22administrator%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles all form state changes and validations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles all form state changes and validations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles all form state changes and validations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles all form state changes and validations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles timezone edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles timezone edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should fail to Update Action Item An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > should fail to Update Action Item An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles potentially malicious input patterns correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/ItemModal.spec.tsx > Testing ItemModal > handles potentially malicious input patterns correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D ✓ src/screens/OrganizationActionItems/ItemModal.spec.tsx (29 tests) 55903ms ✓ Testing ItemModal > Create Action Item (for Member) 2381ms ✓ Testing ItemModal > Create Action Item (for Volunteer) 1897ms ✓ Testing ItemModal > Create Action Item (for Group) 2018ms ✓ Testing ItemModal > Update Action Item (completed) 1400ms ✓ Testing ItemModal > should preserve the assignee when updating other fields 1481ms ✓ Testing ItemModal > Update Action Item (Volunteer) 2652ms ✓ Testing ItemModal > Update Action Item (Group) 2683ms ✓ Testing ItemModal > Update Action Item (Volunteer -> Group) 2254ms ✓ Testing ItemModal > Update Action Item (not completed) 2587ms ✓ Testing ItemModal > Try adding negative Allotted Hours 343ms ✓ Testing ItemModal > handles infinite for allottedHours 2322ms ✓ Testing ItemModal > should not allow letters or negative values in allotted hours 327ms ✓ Testing ItemModal > validates allotted hours maximum values 321ms ✓ Testing ItemModal > validates allottedHours edge cases 2335ms ✓ Testing ItemModal > should fail to Create Action Item 310ms ✓ Testing ItemModal > handles empty strings in all text fields 2695ms ✓ Testing ItemModal > handles whitespace-only strings 2909ms ✓ Testing ItemModal > handles special characters in text fields 2441ms ✓ Testing ItemModal > handles extremely long text input 2481ms ✓ Testing ItemModal > handles rapid form field changes 4993ms ✓ Testing ItemModal > handles empty and null form values correctly 2173ms ✓ Testing ItemModal > validates category selection 3282ms ✓ Testing ItemModal > handles assignee type changes correctly 2831ms ✓ Testing ItemModal > handles date changes correctly 1803ms ✓ Testing ItemModal > handles all form state changes and validations 2237ms ✓ Testing ItemModal > handles potentially malicious input patterns correctly 1977ms ✓ src/screens/LoginPage/LoginPage.spec.tsx (25 tests) 16539ms ✓ Testing Login Page Screen > Component Should be rendered properly 749ms ✓ Testing Login Page Screen > There should be default values of pre-login data when queried result is null 347ms ✓ Testing Login Page Screen > Testing registration functionality 1707ms ✓ Testing Login Page Screen > Testing registration functionality when all inputs are invalid 1360ms ✓ Testing Login Page Screen > Testing registration functionality, when password and confirm password is not same 1362ms ✓ Testing Login Page Screen > Testing registration functionality, when input is not filled correctly 1119ms ✓ Testing Login Page Screen > switches to login tab on successful registration 1382ms ✓ Testing Login Page Screen > switches to login tab on successful registration correct data 1395ms ✓ Testing Login Page Screen > Testing toggle login register portion 363ms ✓ Testing Login Page Screen > Testing login functionality 814ms ✓ Testing Login Page Screen > Testing wrong login functionality 749ms ✓ Testing Login Page Screen > Testing password preview feature for login 358ms ✓ Testing Login Page Screen > Testing password preview feature for register 422ms ✓ Testing Login Page Screen > Testing confirm password preview feature 547ms ✓ Testing Login Page Screen > Testing for the password error warning when user clicks on password field and password is less than 8 character 318ms ✓ Testing Login Page Screen > Testing for the password error warning when user clicks on password field and password is greater than or equal to 8 character 409ms ✓ Testing Login Page Screen > Testing for the password error warning when user clicks on fields except password field and password is less than 8 character 304ms ✓ Testing Login Page Screen > Testing for the password error warning when user clicks on fields except password field and password is greater than or equal to 8 character 501ms ✓ Testing Login Page Screen > Component Should be rendered properly for user login 304ms ✓ Render the Select Organization list and change the option 1311ms stderr | src/components/EventListCard/EventListCard.spec.tsx > Testing Event List Card > Testing for event modal ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrgPost/OrgPost.spec.tsx > Organisation Post Page > Create post, preview image, and close preview Warning: The current testing environment is not configured to support act(...) stdout | src/components/EventListCard/EventListCard.spec.tsx > Testing Event List Card > Should navigate to event dashboard when clicked (For Admin) /event/orgId/1 stdout | src/components/EventListCard/EventListCard.spec.tsx > Testing Event List Card > Should navigate to event dashboard when clicked (For User) /user/event/orgId/1 stderr | src/screens/UserPortal/People/People.spec.tsx > Testing People Screen [User Portal] > Screen should be rendered properly Warning: validateDOMNesting(...): cannot appear as a child of
. at td at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableCell (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableCell/TableCell.js:161:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TablePagination (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TablePagination/TablePagination.js:157:59) at HiddenJs (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/HiddenJs.js:19:5) at WithWidth (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/withWidth.js:44:48) at Hidden (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/Hidden.js:21:5) at PaginationList (/home/runner/work/talawa-admin/talawa-admin/src/components/Pagination/PaginationList/PaginationList.tsx:107:3) at div at div at people (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/People/People.tsx:1367:87) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/screens/OrgPost/OrgPost.spec.tsx (23 tests) 20399ms ✓ Organisation Post Page > handleAddMediaChange: uploading a file and verifying the preview 868ms ✓ Organisation Post Page > handleSearch: searching by title and text 709ms ✓ Organisation Post Page > createPost: creating a post with and without media, and error handling 1256ms ✓ Organisation Post Page > Modal interactions: opening and closing the modal 1151ms ✓ Organisation Post Page > Testing create post functionality 1868ms ✓ Organisation Post Page > Testing search functionality 574ms ✓ Organisation Post Page > Testing search text and title toggle 1016ms ✓ Organisation Post Page > Testing search latest and oldest toggle 1084ms ✓ Organisation Post Page > After creating a post, the data should be refetched 1211ms ✓ Organisation Post Page > Create post without media 605ms ✓ Organisation Post Page > renders the form with input fields and buttons 585ms ✓ Organisation Post Page > allows users to input data into the form fields 609ms ✓ Organisation Post Page > allows users to upload an image 738ms ✓ Organisation Post Page > Create post, preview image, and close preview 707ms ✓ Organisation Post Page > successful post creation should reset form and close modal 1567ms ✓ Organisation Post Page > pagination controls work correctly 1764ms ✓ Organisation Post Page > pagination buttons states are correctly set 712ms ✓ Organisation Post Page > handles create post error cases 1142ms ✓ Organisation Post Page > handles empty search input 1030ms ✓ Organisation Post Page > handles file input change with no file selected 1083ms stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Mode Switch Coverage > handles mode transitions correctly including edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22456%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22admin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-03-02T03%3A22%3A08.101Z%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Mode Switch Coverage > handles mode transitions correctly including edge cases Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'pathname')] at reportException (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js:66:24) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:341:9) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) at HTMLUnknownElement.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34) at Object.invokeGuardedCallbackDev (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4213:16) at invokeGuardedCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4277:31) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27490:7) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at HTMLUnknownElement.callCallback (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:4164:14) at HTMLUnknownElement.callTheUserObjectsOperation (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30) at innerInvokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:338:25) at invokeEventListeners (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3) at HTMLUnknownElementImpl._dispatch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9) at HTMLUnknownElementImpl.dispatchEvent (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17) TypeError: Cannot read properties of undefined (reading 'pathname') at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/lib/components.tsx:456:5) at renderWithHooks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:15486:18) at mountIndeterminateComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:20103:13) at beginWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:21626:16) at beginWork$1 (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:27465:14) at performUnitOfWork (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26599:12) at workLoopSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26505:5) at renderRootSync (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26473:7) at performSyncWorkOnRoot (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:26124:20) at flushSyncCallbacks (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:12042:22) stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Mode Switch Coverage > handles mode transitions correctly including edge cases An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22456%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22admin%40example.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222023-03-02T03%3A22%3A08.101Z%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Mode Switch Coverage > handles transitioning between empty and non-empty states An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22admins%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22admin1%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22admin%40test.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22createdAt%5C%22%3A%20%5C%222025-02-17T07%3A48%3A31.527Z%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/People/People.spec.tsx > People Additional Flow Tests > searches partial user name correctly and displays matching results No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","firstName_contains":""} Failed to match 1 mock for this query. The mocked response had the following variables: {"orgId":"","firstName_contains":"Ali"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($id: ID!) { organizations(id: $id) { _id admins { _id image firstName lastName email } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/People/People.spec.tsx > Testing People Screen Edge Cases [User Portal] > handles rowsPerPage = 0 case No more mocked responses for the query: query Organizations($id: ID!) { organizations(id: $id) { _id admins { _id image firstName lastName email } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > should not trigger search for non-Enter key press No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","firstName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($id: ID!) { organizations(id: $id) { _id admins { _id image firstName lastName email } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > should not trigger search for non-Enter key press Warning: An update to people inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at people (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/People/People.tsx:1367:87) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > should not trigger search for non-Enter key press Warning: An update to people inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at people (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/People/People.tsx:1367:87) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > should handle search with empty input value No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","firstName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query Organizations($id: ID!) { organizations(id: $id) { _id admins { _id image firstName lastName email } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > should handle search with empty input value No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","firstName_contains":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > Sets userType to Admin if user is found in admins list An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%22admin123%5C%22%2C%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Test%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22admin%40test.com%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22createdAt%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%22admin123%5C%22%2C%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Test%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22admin%40test.com%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/People/People.spec.tsx > People Component Additional Coverage Tests > Sets userType to Admin if user is found in admins list An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22image%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%22admin123%5C%22%2C%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Test%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Admin%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22admin%40test.com%5C%22%5Cn%7D%22%5D%7D ✓ src/screens/UserPortal/People/People.spec.tsx (16 tests) 5903ms ✓ Testing People Screen [User Portal] > Screen should be rendered properly 370ms ✓ Testing People Screen [User Portal] > Search works properly by pressing enter 498ms ✓ Testing People Screen [User Portal] > Search works properly by clicking search Btn 601ms ✓ Testing People Screen [User Portal] > Mode is changed to Admins 652ms ✓ Testing People Screen Pagination [User Portal] > handles rows per page change correctly 473ms ✓ People Component Mode Switch Coverage > handles mode transitions correctly including edge cases 538ms ✓ People Component Mode Switch Coverage > handles transitioning between empty and non-empty states 326ms ✓ People Additional Flow Tests > switches mode multiple times in a row without errors 561ms ✓ Testing People Screen Edge Cases [User Portal] > handles rowsPerPage = 0 case 333ms ✓ People Component Pagination Tests > handles edge cases in pagination 424ms ✓ src/components/EventListCard/EventListCard.spec.tsx (23 tests) 15820ms ✓ Testing Event List Card > Testing for event modal 548ms ✓ Testing Event List Card > Should render full event name when length is less than or equal to 100 335ms ✓ Testing Event List Card > Should update a non-recurring event 2035ms ✓ Testing Event List Card > Should update a non all day non-recurring event 2023ms ✓ Testing Event List Card > should update a single event to be recurring 1918ms ✓ Testing Event List Card > should show different update options for a recurring event based on different conditions 1789ms ✓ Testing Event List Card > should show recurrenceRule as changed if the recurrence weekdays have changed 1251ms ✓ Testing Event List Card > should update all instances of a recurring event 1508ms ✓ Testing Event List Card > should update thisAndFollowingInstances of a recurring event 1223ms ✓ Testing Event List Card > should render the delete modal 330ms ✓ Testing Event List Card > should call the delete event mutation when the "Yes" button is clicked 364ms ✓ Testing Event List Card > select different delete options on recurring events & then delete the recurring event 719ms stderr | src/screens/MemberDetail/MemberDetail.spec.tsx > MemberDetail > should render the elements ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/MemberDetail/MemberDetail.spec.tsx > MemberDetail > should render the elements Warning: A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components at input at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/CardBody.js:14:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Card.js:23:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at MemberDetail (/home/runner/work/talawa-admin/talawa-admin/src/screens/MemberDetail/MemberDetail.tsx:3093:3) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/components/OrgPostCard/OrgPostCard.spec.tsx > Testing Organization Post Card > Testing post delete functionality ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > Screen should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > Donation amount input should update state No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query GetDonationByOrgIdConnection($orgId: ID!, $id: ID, $name_of_user_contains: String) { getDonationByOrgIdConnection( orgId: $orgId where: {id: $id, name_of_user_contains: $name_of_user_contains} ) { _id nameOfUser amount userId payPalId updatedAt } } Expected variables: {"orgId":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName } members { _id } admins { _id } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } membershipRequests { _id user { _id } } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > Donation amount input should update state Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/InputGroup.js:30:3 at div at div at div at div at donate (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Donate/Donate.tsx:1263:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > Currency dropdown should update state No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query GetDonationByOrgIdConnection($orgId: ID!, $id: ID, $name_of_user_contains: String) { getDonationByOrgIdConnection( orgId: $orgId where: {id: $id, name_of_user_contains: $name_of_user_contains} ) { _id nameOfUser amount userId payPalId updatedAt } } Expected variables: {"orgId":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName } members { _id } admins { _id } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } membershipRequests { _id user { _id } } } } Expected variables: {"id":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/components/OrgPostCard/OrgPostCard.spec.tsx (25 tests) 6417ms ✓ Testing Organization Post Card > opens and closes edit modal 310ms ✓ Testing Organization Post Card > Testing post updating after post is updated 2325ms ✓ Testing Organization Post Card > Testing post updating functionality fail case 331ms ✓ Testing Organization Post Card > clears postitle state and resets file input value 322ms stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > Currency dropdown should update state Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/InputGroup.js:30:3 at div at div at div at div at donate (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Donate/Donate.tsx:1263:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stdout | src/screens/MemberDetail/MemberDetail.spec.tsx > MemberDetail > handles avatar processing error Error: Failed to process image at /home/runner/work/talawa-admin/talawa-admin/src/screens/MemberDetail/MemberDetail.spec.tsx:400:7 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runFiles (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1351:5) stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > displays loading state while fetching donations No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > displays "nothing to show" when no donations exist No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > handles zero rows per page in pagination Warning: Failed prop type: Invalid prop `rowsPerPage` of type `NaN` supplied to `ForwardRef(TablePagination)`, expected `integer`. at TablePagination (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TablePagination/TablePagination.js:157:59) at PaginationList (/home/runner/work/talawa-admin/talawa-admin/src/components/Pagination/PaginationList/PaginationList.tsx:107:3) at tr at tbody at table at div at div at div at div at donate (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Donate/Donate.tsx:1263:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: Received NaN for the `value` attribute. If this is expected, cast the value to a string. at select at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at NativeSelectInput (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/NativeSelect/NativeSelectInput.js:163:5) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at InputBase (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/InputBase/InputBase.js:249:59) at Select (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Select/Select.js:53:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at Toolbar (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Toolbar/Toolbar.js:72:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at td at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TableCell (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TableCell/TableCell.js:161:59) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js:60:23 at TablePagination (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/TablePagination/TablePagination.js:157:59) at HiddenJs (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/HiddenJs.js:19:5) at WithWidth (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/withWidth.js:44:48) at Hidden (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/material/node/Hidden/Hidden.js:21:5) at PaginationList (/home/runner/work/talawa-admin/talawa-admin/src/components/Pagination/PaginationList/PaginationList.tsx:107:3) at tr at tbody at table at div at div at div at div at donate (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Donate/Donate.tsx:1263:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > donateToOrg - handles donation mutation error No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query GetDonationByOrgIdConnection($orgId: ID!, $id: ID, $name_of_user_contains: String) { getDonationByOrgIdConnection( orgId: $orgId where: {id: $id, name_of_user_contains: $name_of_user_contains} ) { _id nameOfUser amount userId payPalId updatedAt } } Expected variables: {"orgId":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Donate/Donate.spec.tsx > Testing Donate Screen [User Portal] > donateToOrg - handles GraphQL errors No more mocked responses for the query: query Organizations($orgId: ID!, $firstName_contains: String, $lastName_contains: String, $first: Int, $skip: Int) { organizationsMemberConnection( orgId: $orgId first: $first skip: $skip where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} ) { edges { _id firstName lastName image email createdAt } } } Expected variables: {"orgId":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query EventsByOrganizationConnection($organization_id: ID!, $title_contains: String, $description_contains: String, $location_contains: String, $first: Int, $skip: Int) { eventsByOrganizationConnection( where: {organization_id: $organization_id, title_contains: $title_contains, description_contains: $description_contains, location_contains: $location_contains} first: $first skip: $skip ) { _id title description startDate endDate location startTime endTime allDay recurring attendees { _id createdAt firstName lastName gender eventsAttended { _id endDate } } recurrenceRule { recurrenceStartDate recurrenceEndDate frequency weekDays interval count weekDayOccurenceInMonth } isRecurringEventException isPublic isRegisterable } } Expected variables: {"organization_id":"","first":3,"skip":0} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query GetDonationByOrgIdConnection($orgId: ID!, $id: ID, $name_of_user_contains: String) { getDonationByOrgIdConnection( orgId: $orgId where: {id: $id, name_of_user_contains: $name_of_user_contains} ) { _id nameOfUser amount userId payPalId updatedAt } } Expected variables: {"orgId":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/screens/UserPortal/Donate/Donate.spec.tsx (30 tests) 12513ms ✓ Testing Donate Screen [User Portal] > Screen should be rendered properly 502ms ✓ Testing Donate Screen [User Portal] > handles pagination changes for rows per page 407ms ✓ Testing Donate Screen [User Portal] > Currency is swtiched to USD 620ms ✓ Testing Donate Screen [User Portal] > Currency is swtiched to INR 736ms ✓ Testing Donate Screen [User Portal] > Currency is swtiched to EUR 695ms ✓ Testing Donate Screen [User Portal] > For Donation functionality 601ms ✓ Testing Donate Screen [User Portal] > displays error toast for donation amount below minimum 440ms ✓ Testing Donate Screen [User Portal] > displays error toast for donation amount above maximum 629ms ✓ Testing Donate Screen [User Portal] > displays error toast for empty donation amount 355ms ✓ Testing Donate Screen [User Portal] > displays error toast for invalid (non-numeric) donation amount 484ms ✓ Testing Donate Screen [User Portal] > handles donation with whitespace in amount 567ms ✓ Testing Donate Screen [User Portal] > handles zero rows per page in pagination 369ms ✓ Testing Donate Screen [User Portal] > setPage updates the page number correctly 446ms ✓ Testing Donate Screen [User Portal] > donateToOrg validation - non-numeric amount shows error toast 347ms ✓ Testing Donate Screen [User Portal] > donateToOrg validation - amount less than minimum shows error toast 343ms ✓ Testing Donate Screen [User Portal] > donateToOrg validation - amount greater than maximum shows error toast 371ms ✓ Testing Donate Screen [User Portal] > donateToOrg - handles donation mutation error 880ms ✓ Testing Donate Screen [User Portal] > donateToOrg - handles GraphQL errors 798ms stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Component should be rendered properly when user is not superAdmin and or userId does not exists in localstorage Error: Not implemented: navigation (except hash changes) at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at navigateFetch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3) at exports.navigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3) at LocationImpl._locationObjectNavigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5) at LocationImpl.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:217:10) at Location.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/Location.js:70:36) at /home/runner/work/talawa-admin/talawa-admin/src/screens/Users/Users.tsx:316:21 at commitHookEffectListMount (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:23189:26) at commitPassiveMountOnFiber (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24970:11) at commitPassiveMountEffects_complete (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24930:9) undefined stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Component should be rendered properly when userId does not exists in localstorage Error: Not implemented: navigation (except hash changes) at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at navigateFetch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3) at exports.navigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3) at LocationImpl._locationObjectNavigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5) at LocationImpl.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:217:10) at Location.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/Location.js:70:36) at /home/runner/work/talawa-admin/talawa-admin/src/screens/Users/Users.tsx:316:21 at commitHookEffectListMount (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:23189:26) at commitPassiveMountOnFiber (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24970:11) at commitPassiveMountEffects_complete (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24930:9) undefined ✓ src/screens/MemberDetail/MemberDetail.spec.tsx (30 tests) 27374ms ✓ MemberDetail > should render the elements 1036ms ✓ MemberDetail > should render props and text elements test for the page component 1406ms ✓ MemberDetail > display admin 687ms ✓ MemberDetail > resetChangesBtn works properly 530ms ✓ MemberDetail > display tags Assigned 657ms ✓ MemberDetail > handles avatar upload and preview 348ms ✓ MemberDetail > validates birth date input 315ms ✓ MemberDetail > handles user update success 731ms ✓ MemberDetail > handles user update error 749ms ✓ MemberDetail > handles avatar processing error 714ms ✓ MemberDetail > resets form changes 748ms ✓ MemberDetail > handles file upload validation 5336ms ✓ MemberDetail > handles all form field changes 1004ms ✓ MemberDetail > prevents selection of future birthdates 809ms ✓ MemberDetail > validates file upload size and type 1135ms ✓ MemberDetail > handles phone number input formatting 660ms ✓ MemberDetail > removes empty fields before update 931ms ✓ MemberDetail > reloads window after successful update 3098ms ✓ MemberDetail > renders education grade dropdown and handles selection 1140ms ✓ MemberDetail > renders employe status dropdown and handles selection 1084ms ✓ MemberDetail > renders maritial status dropdown and handles selection 1161ms ✓ MemberDetail > renders gender status dropdown and handles selection 1188ms ✓ MemberDetail > handles profile picture edit button click 735ms ✓ MemberDetail > handles country selection change 650ms stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > testing search not found Warning: The current testing environment is not configured to support act(...) stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > testing search not found Warning: The current testing environment is not configured to support act(...) stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Changing the recurrence frequency ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Changing the recurrence frequency An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/UserPortal/PostCard/PostCard.spec.tsx > Testing PostCard Component [User Portal] > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Selecting and unselecting recurrence weekdays An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/UserPortal/PostCard/PostCard.spec.tsx > Testing PostCard Component [User Portal] > Comment is created successfully after create comment button is clicked. Error creating comment: ApolloError: Mocked response should contain either result or error: {"query":"mutation createComment($comment: String!, $postId: ID!) {\n createComment(data: {text: $comment}, postId: $postId) {\n _id\n creator {\n _id\n firstName\n lastName\n email\n __typename\n }\n likeCount\n likedBy {\n _id\n __typename\n }\n text\n __typename\n }\n}"} at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Mocked response should contain either result or error: {"query":"mutation createComment($comment: String!, $postId: ID!) {\n createComment(data: {text: $comment}, postId: $postId) {\n _id\n creator {\n _id\n firstName\n lastName\n email\n __typename\n }\n likeCount\n likedBy {\n _id\n __typename\n }\n text\n __typename\n }\n}"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:119:17) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise (), extraInfo: undefined, cause: Error: Mocked response should contain either result or error: {"query":"mutation createComment($comment: String!, $postId: ID!) {\n createComment(data: {text: $comment}, postId: $postId) {\n _id\n creator {\n _id\n firstName\n lastName\n email\n __typename\n }\n likeCount\n likedBy {\n _id\n __typename\n }\n text\n __typename\n }\n}"} at StaticMockLink.request (/home/runner/work/talawa-admin/talawa-admin/src/utils/StaticMockLink.ts:119:17) at Object.execute (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/link/core/ApolloLink.js:47:22) at QueryManager.getObservableFromLink (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:753:21) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:126:54 at new Promise () at QueryManager. (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:125:47) at step (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:196:27) at Object.next (/home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:177:57) at /home/runner/work/talawa-admin/talawa-admin/node_modules/tslib/tslib.js:170:75 at new Promise () } stdout | src/components/UserPortal/PostCard/PostCard.spec.tsx > Testing PostCard Component [User Portal] > Comment validation displays an error toast when an empty comment is submitted Starting empty comment validation test stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Selecting different monthly recurrence options from the dropdown menu An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/UserPortal/PostCard/PostCard.spec.tsx > Testing PostCard Component [User Portal] > Comment submission displays error toast when network error occurs Error creating comment: ApolloError: Network error at new ApolloError (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/errors/index.js:40:28) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/core/QueryManager.js:185:84) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at Object.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/asyncMap.js:27:34) at notifySubscription (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:140:18) at onNotify (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:179:3) at SubscriptionObserver.error (/home/runner/work/talawa-admin/talawa-admin/node_modules/zen-observable/lib/Observable.js:240:7) at /home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/utilities/observables/iteration.js:7:68 { graphQLErrors: [], protocolErrors: [], clientErrors: [], networkError: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/UserPortal/PostCard/PostCard.spec.tsx:756:16 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runFiles (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1351:5), extraInfo: undefined, cause: Error: Network error at /home/runner/work/talawa-admin/talawa-admin/src/components/UserPortal/PostCard/PostCard.spec.tsx:756:16 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runFiles (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1351:5) } ✓ src/components/UserPortal/PostCard/PostCard.spec.tsx (14 tests) 3946ms ✓ Testing PostCard Component [User Portal] > Dropdown component should be rendered properly 449ms ✓ Testing PostCard Component [User Portal] > Edit post should work properly 740ms ✓ Testing PostCard Component [User Portal] > Delete post should work properly 503ms ✓ Testing PostCard Component [User Portal] > Comment is created successfully after create comment button is clicked. 366ms stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Selecting invalid/null as date value for End date option An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Selecting the "Ends on" option for specifying the end of recurrence An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Creating a bi monthly recurring event through custom recurrence modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Check if pressing enter key triggers search Warning: The current testing environment is not configured to support act(...) stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Check if pressing enter key triggers search Warning: The current testing environment is not configured to support act(...) stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Creating a bi monthly recurring event through custom recurrence modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Creating a daily recurring event with a certain number of occurences An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx > Testing the creaction of recurring events with custom recurrence patterns > Creating a daily recurring event with a certain number of occurences An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D ✓ src/components/RecurrenceOptions/Modal/CustomRecurrence.spec.tsx (7 tests) 15881ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Changing the recurrence frequency 2608ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Selecting and unselecting recurrence weekdays 2132ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Selecting different monthly recurrence options from the dropdown menu 2203ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Selecting invalid/null as date value for End date option 1099ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Selecting the "Ends on" option for specifying the end of recurrence 1287ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Creating a bi monthly recurring event through custom recurrence modal 3651ms ✓ Testing the creaction of recurring events with custom recurrence patterns > Creating a daily recurring event with a certain number of occurences 2899ms stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should redirect to fallback URL if URL params are undefined ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Organization Action Items screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at organizationActionItems (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationActionItems/OrganizationActionItems.tsx:2599:74) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items descending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at organizationActionItems (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationActionItems/OrganizationActionItems.tsx:2599:74) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Sort Action Items ascending by dueDate An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at organizationActionItems (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationActionItems/OrganizationActionItems.tsx:2599:74) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at organizationActionItems (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationActionItems/OrganizationActionItems.tsx:2599:74) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) Warning: An update to DropdownMenu inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at SortingButton (/home/runner/work/talawa-admin/talawa-admin/src/subComponents/SortingButton.tsx:345:3) at div at div at div at organizationActionItems (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrganizationActionItems/OrganizationActionItems.tsx:2599:74) at RenderedRoute (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:540:7) at Routes (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1274:7) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at LocalizationProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@mui/x-date-pickers/node/LocalizationProvider/LocalizationProvider.js:35:19) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at MemoryRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1102:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Filter Action Items by status (Completed) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (create) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (create) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (create) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (create) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (view) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (view) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (view) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and close Item modal (view) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (edit) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (edit) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (edit) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (edit) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (delete) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (delete) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (delete) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (delete) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (update status) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (update status) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (update status) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > open and closes Item modal (update status) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by assignee An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Events/Events.spec.tsx > Testing Events Screen [User Portal] > Screen should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > should render "No results found" message with search query when search returns no users and isLoading is false No more mocked responses for the query: query Users($firstName_contains: String, $lastName_contains: String, $skip: Int, $first: Int, $order: UserOrderByInput) { users( where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} skip: $skip first: $first orderBy: $order ) { user { _id joinedOrganizations { _id name image createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } creator { _id firstName lastName image email } } firstName lastName email image createdAt registeredEvents { _id } organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } creator { _id firstName lastName image email } createdAt } membershipRequests { _id } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"first":12,"skip":0,"firstName_contains":"","lastName_contains":"","order":"createdAt_DESC"} Failed to match 1 mock for this query. The mocked response had the following variables: {"first":12,"skip":0,"firstName_contains":"NonexistentName","lastName_contains":"","order":"createdAt_DESC"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query OrganizationsConnection($filter: String, $first: Int, $skip: Int, $orderBy: OrganizationOrderByInput) { organizationsConnection( where: {name_contains: $filter} first: $first skip: $skip orderBy: $orderBy ) { _id image creator { firstName lastName } name members { _id } admins { _id } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > Search action items by category An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Empty Action Item Categories Screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Empty Action Item Categories Screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Empty Action Item Categories Screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > Testing Organization Action Items Screen > should render Empty Action Item Categories Screen An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > OrganizationActionItems CSS Styles > should apply correct styles to action buttons An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Category%203%5C%22%2C%5Cn%20%20%5C%22isDisabled%5C%22%3A%20true%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-08-25%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > OrganizationActionItems CSS Styles > should apply correct styles to action buttons An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22hasAccepted%5C%22%3A%20true%2C%5Cn%20%20%5C%22hoursVolunteered%5C%22%3A%200%2C%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22groups%5C%22%3A%20%5B%5D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20null%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > OrganizationActionItems CSS Styles > should apply correct styles to action buttons An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22group3%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22desc%5C%22%2C%5Cn%20%20%5C%22volunteersRequired%5C%22%3A%2010%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-10-27T15%3A34%3A15.889Z%5C%22%2C%5Cn%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId2%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Wilt%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Shepherd%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22leader%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22userId1%5C%22%2C%5Cn%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Teresa%5C%22%2C%5Cn%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Bradley%5C%22%2C%5Cn%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%7D%2C%5Cn%20%20%5C%22volunteers%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22assignments%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22event%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22eventId%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx > OrganizationActionItems CSS Styles > should apply correct styles to action buttons An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22firstName%5C%22%3A%20%5C%22Invalid%5C%22%2C%5Cn%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22email%5C%22%3A%20%5C%22wilt%40example.com%5C%22%2C%5Cn%20%20%5C%22image%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22organizationsBlockedBy%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22createdAt%5C%22%3A%20%5C%222024-02-14%5C%22%5Cn%7D%22%5D%7D ✓ src/screens/OrganizationActionItems/OrganizationActionItems.spec.tsx (16 tests) 11341ms ✓ Testing Organization Action Items Screen > should redirect to fallback URL if URL params are undefined 500ms ✓ Testing Organization Action Items Screen > should render Organization Action Items screen 310ms ✓ Testing Organization Action Items Screen > Sort Action Items descending by dueDate 742ms ✓ Testing Organization Action Items Screen > Sort Action Items ascending by dueDate 581ms ✓ Testing Organization Action Items Screen > Filter Action Items by status (All/Pending) 830ms ✓ Testing Organization Action Items Screen > Filter Action Items by status (Completed) 526ms ✓ Testing Organization Action Items Screen > open and close Item modal (create) 1033ms ✓ Testing Organization Action Items Screen > open and close Item modal (view) 1008ms ✓ Testing Organization Action Items Screen > open and closes Item modal (edit) 723ms ✓ Testing Organization Action Items Screen > open and closes Item modal (delete) 640ms ✓ Testing Organization Action Items Screen > open and closes Item modal (update status) 537ms ✓ Testing Organization Action Items Screen > Search action items by assignee 1655ms ✓ Testing Organization Action Items Screen > Search action items by category 1943ms stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > should render "No results found" message with search query when search returns no users and isLoading is false Warning: The current testing environment is not configured to support act(...) stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > should render "No results found" message with search query when search returns no users and isLoading is false Warning: The current testing environment is not configured to support act(...) stderr | src/screens/Users/Users.spec.tsx > Testing Users screen > Testing sorting and loadMoreUsers functionality > should set the correct order variable and update hasMore No more mocked responses for the query: query Users($firstName_contains: String, $lastName_contains: String, $skip: Int, $first: Int, $order: UserOrderByInput) { users( where: {firstName_contains: $firstName_contains, lastName_contains: $lastName_contains} skip: $skip first: $first orderBy: $order ) { user { _id joinedOrganizations { _id name image createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } creator { _id firstName lastName image email } } firstName lastName email image createdAt registeredEvents { _id } organizationsBlockedBy { _id name image address { city countryCode dependentLocality line1 line2 postalCode sortingCode state } creator { _id firstName lastName image email } createdAt } membershipRequests { _id } } appUserProfile { _id adminFor { _id } isSuperAdmin createdOrganizations { _id } createdEvents { _id } eventAdmin { _id } } } } Expected variables: {"first":12,"skip":0,"firstName_contains":"","lastName_contains":"","order":"createdAt_ASC"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. 1 POPUP 1 POPUP 1 POPUP 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement 1 POPUP 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Testing rendering and deleting of advertisement 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > should use default props when none are provided stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > should correctly override default props when values are provided Banner stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > should open and close the dropdown when options button is clicked 1 POPUP 1 POPUP 1 POPUP 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Updates the advertisement and shows success toast on successful update 1 POPUP 1 POPUP 1 POPUP At handle update { name: 'Updated Advertisement', type: 'BANNER', startDate: 2025-02-18T00:00:00.000Z, endDate: 2025-02-19T00:00:00.000Z } stderr | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Updates the advertisement and shows success toast on successful update Warning: An update to advertisementRegister inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at advertisementRegister (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:2367:3) at li at ul at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Card.js:23:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at AdvertisementEntry (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:804:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) stderr | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Updates the advertisement and shows success toast on successful update Warning: An update to Transition inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at BackdropTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at advertisementRegister (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:2367:3) at li at ul at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Card.js:23:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at AdvertisementEntry (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:804:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) Warning: An update to Transition inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Fade.js:22:3 at DialogTransition at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/RTGTransition.js:16:18 at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Modal.js:62:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Modal.js:49:3 at advertisementRegister (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:2367:3) at li at ul at div at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Card.js:23:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at AdvertisementEntry (/home/runner/work/talawa-admin/talawa-admin/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:804:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Simulating if the mutation doesnt have data variable while updating 1 POPUP 1 POPUP 1 POPUP At handle update { name: 'Updated Advertisement', type: 'BANNER' } stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > Simulating if the mutation does not have data variable while registering At handle register { name: 'Updated Advertisement', advertisementMedia: '', type: 'BANNER', startDate: 2023-01-01T00:00:00.000Z, endDate: 2023-02-01T00:00:00.000Z, organizationId: '1' } stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > delete advertisement 1 POPUP 1 POPUP 1 POPUP 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > delete advertisement 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > delete advertisement 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > delete advertisement 1 POPUP 1 POPUP stdout | src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx > Testing Advertisement Entry Component > delete advertisement 1 POPUP ✓ src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.spec.tsx (8 tests) 613ms ✓ src/screens/Users/Users.spec.tsx (26 tests) 44498ms ✓ Testing Users screen > Component should be rendered properly 1153ms ✓ Testing Users screen > Component should be rendered properly when user is not superAdmin and or userId does not exists in localstorage 2113ms ✓ Testing Users screen > Component should be rendered properly when userId does not exists in localstorage 2078ms ✓ Testing Users screen > Component should be rendered properly when user is superAdmin 1076ms ✓ Testing Users screen > Testing seach by name functionality 3678ms ✓ Testing Users screen > testing search not found 1230ms ✓ Testing Users screen > Testing User data is not present 1075ms ✓ Testing Users screen > Should render warning alert when there are no organizations 314ms ✓ Testing Users screen > Should not render warning alert when there are organizations present 1080ms ✓ Testing Users screen > Testing filter functionality 2787ms ✓ Testing Users screen > check for rerendering 2083ms ✓ Testing Users screen > should filter users correctly 2198ms ✓ Testing Users screen > Users should be sorted in newest order correctly 2386ms ✓ Testing Users screen > Check if pressing enter key triggers search 1239ms ✓ Testing Users screen > Users should be sorted in oldest order correctly 2587ms ✓ Testing Users screen > Role filter should not update if selected role is already selected 1401ms ✓ Testing Users screen > Sort filter should not update if selected sort is already selected 3722ms ✓ Testing Users screen > Reset and Refetch function should work when we search an empty string 2295ms ✓ Testing Users screen > Users should be loaded on scroll using loadmoreusers function 2417ms ✓ Testing Users screen > should not show duplicate users when scrolling by using mergedUsers and loadUnqUsers 2864ms ✓ Testing Users screen > should render "No results found" message with search query when search returns no users and isLoading is false 1219ms ✓ Testing Users screen > Testing sorting and loadMoreUsers functionality > should set the correct order variable and update hasMore 932ms ✓ Testing Users screen > Testing sorting and loadMoreUsers functionality > should load more users and merge them correctly 2270ms ✓ src/screens/UserPortal/Events/Events.spec.tsx (6 tests) 8007ms ✓ Testing Events Screen [User Portal] > Screen should be rendered properly 559ms ✓ Testing Events Screen [User Portal] > Create event works as expected when event is not an all day event. 3759ms ✓ Testing Events Screen [User Portal] > Create event works as expected when event is an all day event. 2237ms ✓ Testing Events Screen [User Portal] > Testing DatePicker and TimePicker 608ms ✓ Testing Events Screen [User Portal] > EndDate null 630ms stderr | src/components/UpdateSession/UpdateSession.spec.tsx > Testing UpdateTimeout Component > Should update session timeout An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22inactivityTimeoutDuration%22%2C%22%7B%5Cn%20%20%5C%22community%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22inactivityTimeoutDuration%5C%22%3A%201800%5Cn%20%20%7D%5Cn%7D%22%5D%7D ✓ src/components/UpdateSession/UpdateSession.spec.tsx (17 tests) 1221ms stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle visibility change to visible ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:80:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle visibility change to visible Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:80:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle visibility change to hidden and ensure no warning appears in 15 minutes Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:113:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle visibility change to hidden and ensure no warning appears in 15 minutes Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:113:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout after session timeout Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:176:19) Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:176:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout after session timeout Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:176:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout after session timeout Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:176:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout after session timeout Warning: An update to BrowserRouter inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:176:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should show a warning toast before session expiration Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:200:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should show a warning toast before session expiration Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:200:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call errorHandler on query error Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:288:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout when session expires due to inactivity away from tab Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:371:19) Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:371:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout when session expires due to inactivity away from tab Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:371:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout when session expires due to inactivity away from tab Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:371:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should call handleLogout when session expires due to inactivity away from tab Warning: An update to BrowserRouter inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:371:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle logout and revoke token Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:411:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle logout and revoke token Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:411:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle logout and revoke token Warning: An update to BrowserRouter inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:411:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle logout and revoke token Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:411:19) stderr | src/utils/useSession.spec.tsx > useSession Hook > should handle logout and revoke token Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:411:19) stderr | src/utils/useSession.spec.tsx > should extend session when called directly Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:435:17) stderr | src/utils/useSession.spec.tsx > should extend session when called directly Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:435:17) stderr | src/utils/useSession.spec.tsx > should handle missing community data Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:501:17) stderr | src/utils/useSession.spec.tsx > should handle session timeout data updates Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:577:17) stderr | src/utils/useSession.spec.tsx > should handle session timeout data updates Warning: An update to TestComponent inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TestComponent (/home/runner/work/talawa-admin/talawa-admin/node_modules/@testing-library/react/dist/pure.js:323:5) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) at wrapper (/home/runner/work/talawa-admin/talawa-admin/src/utils/useSession.spec.tsx:577:17) ✓ src/utils/useSession.spec.tsx (17 tests) 466ms stderr | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > AdvertismentRegister component loads correctly in register mode ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > create advertisement At handle register { name: 'Ad1', advertisementMedia: 'data:image/png;base64,bWVkaWEgY29udGVudA==', type: 'BANNER', startDate: 2023-01-01T00:00:00.000Z, endDate: 2023-02-01T00:00:00.000Z, organizationId: '1' } stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > update advertisement At handle update { advertisementMedia: 'data:image/png;base64,bWVkaWEgY29udGVudA==', startDate: 2023-01-01T00:00:00.000Z, endDate: 2023-02-01T00:00:00.000Z } stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > Logs error to the console and shows error toast when advertisement creation fails At handle register { name: '', advertisementMedia: '', type: 'BANNER', startDate: 2025-02-17T07:49:48.411Z, endDate: 2025-02-17T07:49:48.411Z, organizationId: '1' } stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > Logs error to the console and shows error toast when advertisement creation fails error occured No more mocked responses for the query: mutation ($organizationId: ID!, $name: String!, $type: AdvertisementType!, $startDate: Date!, $endDate: Date!, $file: String!) { createAdvertisement( input: {organizationId: $organizationId, name: $name, type: $type, startDate: $startDate, endDate: $endDate, mediaFile: $file} ) { advertisement { _id } } }, variables: {"organizationId":"1","name":"","type":"BANNER","startDate":"2025-02-17","endDate":"2025-02-17","file":""} stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > Throws error when the end date is less than the start date At handle register { name: 'Ad1', advertisementMedia: 'data:image/png;base64,bWVkaWEgY29udGVudA==', type: 'BANNER', startDate: 2023-01-01T00:00:00.000Z, endDate: 2022-02-01T00:00:00.000Z, organizationId: '1' } stdout | src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx > Testing Advertisement Register Component > shows success toast on successful update At handle update { name: 'Updated Ad' } ✓ src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.spec.tsx (10 tests) 1128ms stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by pressing enter ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by pressing enter An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by Btn click An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by Btn click Warning: An update to orgList inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by Btn click Warning: An update to TruncatedText inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TruncatedText (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/TruncatedText.tsx:518:3) at div at div at div at div at OrgListCard (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/OrgListCard.tsx:237:9) at div at div at div at InfiniteScroll (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-infinite-scroll-component/dist/index.js:201:28) at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to TruncatedText inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TruncatedText (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/TruncatedText.tsx:518:3) at div at div at div at div at OrgListCard (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/OrgListCard.tsx:237:9) at div at div at div at InfiniteScroll (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-infinite-scroll-component/dist/index.js:201:28) at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to TruncatedText inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TruncatedText (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/TruncatedText.tsx:518:3) at div at div at div at div at OrgListCard (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/OrgListCard.tsx:237:9) at div at div at div at InfiniteScroll (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-infinite-scroll-component/dist/index.js:201:28) at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to TruncatedText inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at TruncatedText (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/TruncatedText.tsx:518:3) at div at div at div at div at OrgListCard (/home/runner/work/talawa-admin/talawa-admin/src/components/OrgListCard/OrgListCard.tsx:237:9) at div at div at div at InfiniteScroll (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-infinite-scroll-component/dist/index.js:201:28) at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: An update to orgList inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by with empty search bar An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by with empty search bar Warning: An update to orgList inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing search functionality by with empty search bar Warning: An update to orgList inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at orgList (/home/runner/work/talawa-admin/talawa-admin/src/screens/OrgList/OrgList.tsx:2195:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Should render no organisation warning alert when there are no organization An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > Testing Organization data is not present An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/OrgList/OrgList.spec.tsx > Organisations Page testing as SuperAdmin > testing scroll An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22currentUser%22%2C%22%7B%5Cn%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22user%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40akatsuki.com%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20null%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D ✓ src/screens/OrgList/OrgList.spec.tsx (8 tests) 2713ms ✓ Organisations Page testing as SuperAdmin > Testing search functionality by pressing enter 671ms ✓ Organisations Page testing as SuperAdmin > Testing search functionality by Btn click 450ms ✓ Organisations Page testing as Admin > Testing sort latest and oldest toggle 540ms stderr | src/screens/OrganizationVenues/OrganizationVenues.spec.tsx > OrganizationVenue with missing orgId > Redirect to /orglist when orgId is falsy/undefined ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/utils/StaticMockLink.spec.ts (19 tests) 98ms stderr | src/screens/OrganizationVenues/OrganizationVenues.spec.tsx > Organisation Venues Error Handling > handles venue deletion error correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22imageUrl%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%22venue1%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Venue%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Test%20Description%5C%22%2C%5Cn%20%20%5C%22capacity%5C%22%3A%20100%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%20%5C%22venue1%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Venue%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Test%20Description%5C%22%2C%5Cn%20%20%5C%22capacity%5C%22%3A%20100%5Cn%7D%22%5D%7D ✓ src/screens/OrganizationVenues/OrganizationVenues.spec.tsx (17 tests) 2281ms ✓ Organisation Venues > searches the venue list correctly by Name 535ms stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Recurrence options Dropdown shows up after checking the Recurring switch ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > Components should render properly Error: Not implemented: navigation (except hash changes) at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at navigateFetch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3) at exports.navigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3) at LocationImpl._locationObjectNavigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5) at LocationImpl.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:217:10) at Location.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/Location.js:70:36) at /home/runner/work/talawa-admin/talawa-admin/src/screens/CommunityProfile/CommunityProfile.spec.tsx:298:21 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 undefined ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Recurrence options Dropdown shows up after checking the Recurring switch An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > Testing all the input fields and update community data feature Error: Not implemented: navigation (except hash changes) at module.exports (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17) at navigateFetch (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:76:3) at exports.navigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/navigation.js:54:3) at LocationImpl._locationObjectNavigate (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:31:5) at LocationImpl.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js:217:10) at Location.assign (/home/runner/work/talawa-admin/talawa-admin/node_modules/jsdom/lib/jsdom/living/generated/Location.js:70:36) at /home/runner/work/talawa-admin/talawa-admin/src/screens/CommunityProfile/CommunityProfile.spec.tsx:328:21 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 undefined stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Showing different recurrence options through the Dropdown An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > Screen should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Toggling of custom recurrence modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Selecting different recurrence options from the dropdown menu An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > resetChangesBtn works properly when the details are empty Warning: The current testing environment is not configured to support act(...) stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > should show loader while data is being fetched No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > resetChangesBtn works properly when the details are empty Warning: The current testing environment is not configured to support act(...) at button at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Button.js:15:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownToggle.js:20:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ButtonGroup.js:14:3 at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at profileDropdown (/home/runner/work/talawa-admin/talawa-admin/src/components/ProfileDropdown/ProfileDropdown.tsx:569:66) at div at div at div at userSidebar (/home/runner/work/talawa-admin/talawa-admin/src/components/UserPortal/UserSidebar/UserSidebar.tsx:730:3) at Settings (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/Settings.tsx:2128:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: The current testing environment is not configured to support act(...) at button at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Button.js:15:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownToggle.js:20:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/ButtonGroup.js:14:3 at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at profileDropdown (/home/runner/work/talawa-admin/talawa-admin/src/components/ProfileDropdown/ProfileDropdown.tsx:569:66) at div at ProfileHeader (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/ProfileHeader/ProfileHeader.tsx:93:3) at div at div at Settings (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/Settings.tsx:2128:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: The current testing environment is not configured to support act(...) at button at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Button.js:15:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownToggle.js:20:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at ChangeLanguageDropDown (/home/runner/work/talawa-admin/talawa-admin/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:735:87) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/CardBody.js:14:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Card.js:23:3 at OtherSettings (/home/runner/work/talawa-admin/talawa-admin/src/components/UserProfileSettings/OtherSetting/OtherSettings.tsx:110:73) at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Col.js:64:8 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Row.js:14:3 at div at div at Settings (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/Settings.tsx:2128:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) Warning: The current testing environment is not configured to support act(...) at Settings (/home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/Settings.tsx:2128:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > should handle mutation error correctly No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > should handle mutation error correctly No more mocked responses for the query: mutation updateCommunity($facebookURL: String, $githubURL: String, $instagramURL: String, $inactivityTimeoutDuration: Int, $linkedinURL: String, $name: String, $redditURL: String, $slackURL: String, $websiteURL: String, $xURL: String, $youtubeURL: String) { updateCommunity( input: {facebookURL: $facebookURL, githubURL: $githubURL, inactivityTimeoutDuration: $inactivityTimeoutDuration, instagramURL: $instagramURL, linkedinURL: $linkedinURL, name: $name, redditURL: $redditURL, slackURL: $slackURL, websiteURL: $websiteURL, xURL: $xURL, youtubeURL: $youtubeURL} ) { id } } Expected variables: {"name":"Test Name","websiteURL":"https://test.com","facebookURL":"","instagramURL":"","xURL":"","linkedinURL":"","githubURL":"","youtubeURL":"","redditURL":"","slackURL":""} Failed to match 1 mock for this query. The mocked response had the following variables: {"name":"Test Name","websiteURL":"https://test.com","facebookURL":"","instagramURL":"","inactivityTimeoutDuration":null,"xURL":"","linkedinURL":"","githubURL":"","youtubeURL":"","redditURL":"","slackURL":""} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stdout | src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > Testing sidebar when the screen size is less than or equal to 820px Open Menu Button: HTMLButtonElement { '__reactFiber$wdx7ll0yh9': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: FiberNode { tag: 11, key: null, elementType: [Object], type: [Object], stateNode: null, return: [FiberNode], child: [Circular *2], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: [Object], mode: 1, flags: 1, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: [Array] }, child: FiberNode { tag: 5, key: null, elementType: 'i', type: 'i', stateNode: [HTMLElement], return: [Circular *2], child: null, sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 0, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, sibling: null, index: 0, ref: null, pendingProps: { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'openMenu', children: [Object], className: '_opendrawer_8daf40 btn btn-primary' }, memoizedProps: { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'openMenu', children: [Object], className: '_opendrawer_8daf40 btn btn-primary' }, updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 0, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 4, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [Circular *2], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: undefined, _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: undefined, _debugOwner: FiberNode { tag: 11, key: null, elementType: [Object], type: [Object], stateNode: null, return: [FiberNode], child: [Circular *2], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: [Object], mode: 1, flags: 1, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: [Array] }, _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$wdx7ll0yh9': { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'openMenu', children: { '$$typeof': Symbol(react.element), type: 'i', key: null, ref: null, props: [Object], _owner: [FiberNode], _store: {} }, className: '_opendrawer_8daf40 btn btn-primary' } } Close Menu Button: HTMLButtonElement { '__reactFiber$wdx7ll0yh9': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: FiberNode { tag: 11, key: null, elementType: [Object], type: [Object], stateNode: null, return: [FiberNode], child: [Circular *2], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: [Object], mode: 1, flags: 1, subtreeFlags: 4, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: [Array] }, child: FiberNode { tag: 5, key: null, elementType: 'i', type: 'i', stateNode: [HTMLElement], return: [Circular *2], child: null, sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 4, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, sibling: null, index: 0, ref: null, pendingProps: { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'closeMenu', children: [Object], className: '_collapseSidebarButton_8daf40 btn btn-primary' }, memoizedProps: { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'closeMenu', children: [Object], className: '_collapseSidebarButton_8daf40 btn btn-primary' }, updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 4, subtreeFlags: 4, deletions: null, lanes: 0, childLanes: 0, alternate: FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 4, subtreeFlags: 0, deletions: null, lanes: 0, childLanes: 0, alternate: [Circular *2], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: undefined, _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: undefined, _debugOwner: FiberNode { tag: 11, key: null, elementType: [Object], type: [Object], stateNode: null, return: [FiberNode], child: [Circular *2], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: [Object], mode: 1, flags: 1, subtreeFlags: 4, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: [Array] }, _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$wdx7ll0yh9': { type: 'button', disabled: false, onClick: [Function: onClick], 'data-testid': 'closeMenu', children: { '$$typeof': Symbol(react.element), type: 'i', key: null, ref: null, props: [Object], _owner: [FiberNode], _store: {} }, className: '_collapseSidebarButton_8daf40 btn btn-primary' } } stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > should handle null base64 conversion when updating logo No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/screens/CommunityProfile/CommunityProfile.spec.tsx > Testing Community Profile Screen > should show success toast when profile is updated successfully No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stdout | src/screens/UserPortal/Settings/Settings.spec.tsx > Testing Settings Screen [User Portal] > handles profile picture processing error Error: Failed to process image at /home/runner/work/talawa-admin/talawa-admin/src/screens/UserPortal/Settings/Settings.spec.tsx:517:7 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:174:14 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:561:28 at file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:61:24 at new Promise () at runWithTimeout (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:41:12) at runTest (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1140:17) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runSuite (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1294:15) at runFiles (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/runner/dist/index.js:1351:5) ✓ src/screens/UserPortal/Settings/Settings.spec.tsx (13 tests) 4334ms ✓ Testing Settings Screen [User Portal] > Screen should be rendered properly 358ms ✓ Testing Settings Screen [User Portal] > input works properly 1730ms ✓ Testing Settings Screen [User Portal] > resetChangesBtn works properly 310ms stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Creating a recurring event with the daily recurrence option An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D ✓ src/screens/CommunityProfile/CommunityProfile.spec.tsx (9 tests) 6260ms ✓ Testing Community Profile Screen > Components should render properly 320ms ✓ Testing Community Profile Screen > Testing all the input fields and update community data feature 3213ms ✓ Testing Community Profile Screen > should handle mutation error correctly 587ms ✓ Testing Community Profile Screen > should show success toast when profile is updated successfully 1474ms stderr | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/UserPortal/UserSidebar/UserSidebar.spec.tsx > UserSidebar Component Tests in User Portal > UserSidebar component renders correctly with user data present ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Creating a recurring event with the daily recurrence option An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Creating a recurring event with the monday to friday recurrence option An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/components/UserPortal/UserSidebar/UserSidebar.spec.tsx > UserSidebar Component Tests in User Portal > UserSidebar Drawer Visibility Tests on Smaller Screens > Clicking a link closes the drawer when window width is 820px or less No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/UserPortal/UserSidebar/UserSidebar.spec.tsx > UserSidebar Component Tests in User Portal > UserSidebar Drawer Visibility Tests on Smaller Screens > UserSidebar Drawer State Tests > Drawer visibility changes based on hideDrawer prop No more mocked responses for the query: query getCommunityData { community { inactivityTimeoutDuration } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/components/UserPortal/UserSidebar/UserSidebar.spec.tsx (12 tests) 1376ms stdout | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > should remove plugin if uninstalledOrgs contains organizationId Plugin TestPlugin1 has been removed. Plugin TestPlugin1 has been removed. stdout | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > should remove plugin if uninstalledOrgs contains organizationId Plugin TestPlugin1 has been removed. stdout | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > should do nothing if pluginName is not found in the rendered plugins Plugin TestPlugin100 is not present. Plugin TestPlugin100 is not present. stdout | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > should do nothing if pluginName is not found in the rendered plugins Plugin TestPlugin100 is not present. stderr | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Component [User Portal] > Should handle logout properly Warning: validateDOMNesting(...): cannot appear as a descendant of . at a at LinkWithRef (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:814:9) at a at /home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Anchor.js:25:7 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownItem.js:16:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/DropdownMenu.js:38:3 at div at Dropdown (/home/runner/work/talawa-admin/talawa-admin/node_modules/@restart/ui/cjs/Dropdown.js:41:3) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Dropdown.js:41:43 at div at Transition (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-transition-group/cjs/Transition.js:135:30) at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/TransitionWrapper.js:16:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Collapse.js:39:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/NavbarCollapse.js:16:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/OffcanvasBody.js:14:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Offcanvas.js:35:3 at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/NavbarOffcanvas.js:16:3 at div at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Container.js:14:3 at nav at /home/runner/work/talawa-admin/talawa-admin/node_modules/react-bootstrap/cjs/Navbar.js:38:43 at organizationNavbar (/home/runner/work/talawa-admin/talawa-admin/src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx:1104:73) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx > Testing OrganizationNavbar Cookie Fallback > should use fallback "en" when cookies.get returns null ✓ src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.spec.tsx (14 tests) 3209ms ✓ Testing OrganizationNavbar Component [User Portal] > The language is switched to English 335ms ✓ Testing OrganizationNavbar Component [User Portal] > The language is switched to fr 323ms ✓ Testing OrganizationNavbar Component [User Portal] > The language is switched to hi 320ms ✓ Testing OrganizationNavbar Component [User Portal] > The language is switched to es 367ms ✓ Testing OrganizationNavbar Component [User Portal] > The language is switched to zh 337ms ✓ src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx (6 tests) 11691ms No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName __typename } members { _id __typename } admins { _id __typename } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } membershipRequests { _id user { _id __typename } __typename } __typename } } Expected variables: {"id":"org1234"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: subscription onPluginUpdate { onPluginUpdate { pluginName _id pluginDesc uninstalledOrgs __typename } } Expected variables: {} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/RecurrenceOptions/RecurrenceOptions.spec.tsx > Testing the creaction of recurring events through recurrence options > Creating a recurring event with the monday to friday recurrence option An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D ✓ Testing the creaction of recurring events through recurrence options > Recurrence options Dropdown shows up after checking the Recurring switch 897ms ✓ Testing the creaction of recurring events through recurrence options > Showing different recurrence options through the Dropdown 898ms ✓ Testing the creaction of recurring events through recurrence options > Toggling of custom recurrence modal 1061ms ✓ Testing the creaction of recurring events through recurrence options > Selecting different recurrence options from the dropdown menu 3291ms ✓ Testing the creaction of recurring events through recurrence options > Creating a recurring event with the daily recurrence option 2882ms ✓ Testing the creaction of recurring events through recurrence options > Creating a recurring event with the monday to friday recurrence option 2658ms stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > renders organization details and shows loading spinner ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > renders organization details and shows loading spinner An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > renders organization details and displays content correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > shows error message when mutation fails An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > navigates and shows toast when email matches An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > shows error when email is missing An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > shows error when email does not match An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/components/UserPortal/CommentCard/CommentCard.spec.tsx > Testing CommentCard Component [User Portal] > Component should be rendered properly if comment is already liked by the user. ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > resets state when back button pressed An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > resets state when modal is closed An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D stderr | src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx > LeaveOrganization Component > closes modal and resets state when Esc key is pressed An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22organizations%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22test-org-id%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22image%5C%22%3A%20%5C%22https%3A%2F%2Fexample.com%2Forganization-image.png%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22creator%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22John%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Doe%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22john.doe%40example.com%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22Test%20Organization%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22This%20is%20a%20test%20organization.%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22address%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22city%5C%22%3A%20%5C%22New%20York%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22countryCode%5C%22%3A%20%5C%22US%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22dependentLocality%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line1%5C%22%3A%20%5C%22123%20Main%20Street%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22line2%5C%22%3A%20%5C%22Suite%20456%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22postalCode%5C%22%3A%20%5C%2210001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22sortingCode%5C%22%3A%20null%2C%5Cn%20%20%20%20%20%20%20%20%5C%22state%5C%22%3A%20%5C%22NY%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22userRegistrationRequired%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22visibleInSearch%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22members%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-001%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Alice%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Smith%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22alice.smith%40example.com%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%22member-002%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Bob%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Johnson%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22email%5C%22%3A%20%5C%22bob.johnson%40example.com%5C%22%5Cn%20%20%20%22%5D%7D ✓ src/screens/UserPortal/LeaveOrganization/LeaveOrganization.spec.tsx (11 tests) 876ms stderr | src/components/UserPortal/CommentCard/CommentCard.spec.tsx > Testing CommentCard Component [User Portal] > should not update state if mutation returns no data An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22likeComment%22%2C%22%7B%7D%22%5D%7D ✓ src/components/UserPortal/CommentCard/CommentCard.spec.tsx (12 tests) 2778ms ✓ Testing CommentCard Component [User Portal] > Component renders as expected if user likes the comment. 331ms stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Screen should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Screen should be rendered properly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Search works properly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Search works properly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Search works properly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Mode is changed to joined organizations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Mode is changed to created organizations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Join Now button render correctly An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Mode is changed to created organisations An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Testing Sidebar An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Testing sidebar when the screen size is less than or equal to 820px An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Rows per Page values An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D stderr | src/screens/ManageTag/ManageTag.spec.tsx > Manage Tag Page > Component loads correctly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Organizations/Organizations.spec.tsx > Testing Organizations Screen [User Portal] > Search input has correct placeholder text An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22firstName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22lastName%22%2C%22%7B%5Cn%20%20%5C%22__typename%5C%22%3A%20%5C%22User%5C%22%2C%5Cn%20%20%5C%22name%5C%22%3A%20%5C%22John%20Doe%5C%22%5Cn%7D%22%5D%7D ✓ src/screens/UserPortal/Organizations/Organizations.spec.tsx (10 tests) 5286ms ✓ Testing Organizations Screen [User Portal] > Screen should be rendered properly 483ms ✓ Testing Organizations Screen [User Portal] > Search works properly 830ms ✓ Testing Organizations Screen [User Portal] > Mode is changed to joined organizations 1014ms ✓ Testing Organizations Screen [User Portal] > Mode is changed to created organizations 846ms ✓ Testing Organizations Screen [User Portal] > Mode is changed to created organisations 988ms ✓ Testing Organizations Screen [User Portal] > Rows per Page values 301ms stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > It is necessary to check correct render ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > It is necessary to check correct render An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing toggling of Create event modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing Create event modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing Create event modal An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing Create event with invalid inputs An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing create event if the event is not for all day An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D stderr | src/screens/OrganizationEvents/OrganizationEvents.spec.tsx > Organisation Events Page > Testing create event if the event is not for all day An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22attendees%22%2C%22%7B%5Cn%20%20%5C%22_id%5C%22%3A%201%2C%5Cn%20%20%5C%22title%5C%22%3A%20%5C%22Event%5C%22%2C%5Cn%20%20%5C%22description%5C%22%3A%20%5C%22Event%20Test%5C%22%2C%5Cn%20%20%5C%22startDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22endDate%5C%22%3A%20%5C%22%5C%22%2C%5Cn%20%20%5C%22location%5C%22%3A%20%5C%22New%20Delhi%5C%22%2C%5Cn%20%20%5C%22startTime%5C%22%3A%20%5C%2202%3A00%5C%22%2C%5Cn%20%20%5C%22endTime%5C%22%3A%20%5C%2206%3A00%5C%22%2C%5Cn%20%20%5C%22allDay%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurring%5C%22%3A%20false%2C%5Cn%20%20%5C%22recurrenceRule%5C%22%3A%20null%2C%5Cn%20%20%5C%22isRecurringEventException%5C%22%3A%20false%2C%5Cn%20%20%5C%22isPublic%5C%22%3A%20true%2C%5Cn%20%20%5C%22isRegisterable%5C%22%3A%20true%5Cn%7D%22%5D%7D ✓ src/screens/OrganizationEvents/OrganizationEvents.spec.tsx (8 tests) 7468ms ✓ Organisation Events Page > It is necessary to check correct render 405ms ✓ Organisation Events Page > Testing toggling of Create event modal 539ms ✓ Organisation Events Page > Testing Create event modal 2701ms ✓ Organisation Events Page > Testing Create event with invalid inputs 1354ms ✓ Organisation Events Page > Testing create event if the event is not for all day 2221ms stderr | src/components/LeftDrawerOrg/LeftDrawerOrg.spec.tsx > Testing LeftDrawerOrg component for SUPERADMIN > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/OrgList/OrganizationModal.spec.tsx > OrganizationModal Component > renders OrganizationModal correctly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/components/LeftDrawerOrg/LeftDrawerOrg.spec.tsx (9 tests) 1511ms ✓ Testing LeftDrawerOrg component for SUPERADMIN > Testing when screen size is less than 820px 306ms ✓ src/screens/OrgList/OrganizationModal.spec.tsx (30 tests) 5697ms ✓ OrganizationModal Component > description field should not accept more than 200 characters 926ms ✓ OrganizationModal Component > name should not accept more than 50 characters 300ms ✓ OrganizationModal Component > description should not accept more than 200 characters 672ms ✓ OrganizationModal Component > addressLine2 should not accept more than 50 characters 305ms ✓ src/screens/ManageTag/ManageTag.spec.tsx (18 tests) 19679ms ✓ Manage Tag Page > Component loads correctly 1361ms ✓ Manage Tag Page > renders error component on unsuccessful userTag assigned members query 567ms ✓ Manage Tag Page > opens and closes the add people to tag modal 829ms ✓ Manage Tag Page > opens and closes the unassign tag modal 1386ms ✓ Manage Tag Page > opens and closes the assignToTags modal 586ms ✓ Manage Tag Page > opens and closes the removeFromTags modal 545ms ✓ Manage Tag Page > opens and closes the edit tag modal 1055ms ✓ Manage Tag Page > opens and closes the remove tag modal 1017ms ✓ Manage Tag Page > navigates to the member's profile after clicking the view option 1028ms ✓ Manage Tag Page > navigates to the subTags screen after clicking the subTags option 771ms ✓ Manage Tag Page > navigates to the manageTag screen after clicking a tag in the breadcrumbs 870ms ✓ Manage Tag Page > navigates to organization tags screen screen after clicking tha all tags option in the breadcrumbs 791ms ✓ Manage Tag Page > searchs for tags where the name matches the provided search input 892ms ✓ Manage Tag Page > fetches the tags by the sort order, i.e. latest or oldest first 2702ms ✓ Manage Tag Page > Fetches more assigned members with infinite scroll 829ms ✓ Manage Tag Page > unassigns a tag from a member 1237ms ✓ Manage Tag Page > successfully edits the tag name 2156ms ✓ Manage Tag Page > successfully removes the tag and redirects to orgTags page 1052ms stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Rendering > should render props and text elements No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Rendering > should render without image No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Rendering > should render full address when provided No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Hooks Behavior > should handle localStorage error gracefully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. Failed to access localStorage: Error: localStorage error at /home/runner/work/talawa-admin/talawa-admin/src/components/OrganizationCard/OrganizationCard.spec.tsx:226:15 at mockCall (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/@vitest/spy/dist/index.js:75:17) at spy (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/tinyspy/dist/index.js:45:80) at getItem (/home/runner/work/talawa-admin/talawa-admin/src/components/OrganizationCard/OrganizationCard.spec.tsx:22:20) at /home/runner/work/talawa-admin/talawa-admin/src/components/OrganizationCard/OrganizationCard.tsx:126:17 at commitHookEffectListMount (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:23189:26) at commitPassiveMountOnFiber (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24970:11) at commitPassiveMountEffects_complete (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24930:9) at commitPassiveMountEffects_begin (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24917:7) at commitPassiveMountEffects (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-dom/cjs/react-dom.development.js:24905:3) stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Hooks Behavior > should navigate to organization page on visit No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Hooks Behavior > should correctly translate all text elements No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a private organization successfully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a private organization successfully An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22success%5C%22%3A%20true%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22organization%22%2C%22%7B%5Cn%20%20%5C%22success%5C%22%3A%20true%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22user%22%2C%22%7B%5Cn%20%20%5C%22success%5C%22%3A%20true%5Cn%7D%22%5D%7D No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName __typename } members { _id __typename } admins { _id __typename } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } membershipRequests { _id user { _id __typename } __typename } __typename } } Expected variables: {"id":"123"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a private organization successfully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a public organization successfully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a public organization successfully An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22success%5C%22%3A%20true%5Cn%7D%22%5D%7D No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName __typename } members { _id __typename } admins { _id __typename } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } membershipRequests { _id user { _id __typename } __typename } __typename } } Expected variables: {"id":"123"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle joining a public organization successfully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > Mutations > should handle private organization join error No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should handle membership withdrawal successfully No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should handle membership withdrawal successfully An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22_id%22%2C%22%7B%5Cn%20%20%5C%22success%5C%22%3A%20true%5Cn%7D%22%5D%7D No more mocked responses for the query: query organizationsConnection($first: Int, $skip: Int, $filter: String, $id: ID) { organizationsConnection( first: $first skip: $skip where: {name_contains: $filter, id: $id} orderBy: name_ASC ) { _id name image description userRegistrationRequired creator { firstName lastName __typename } members { _id __typename } admins { _id __typename } createdAt address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } membershipRequests { _id user { _id __typename } __typename } __typename } } Expected variables: {"id":"123"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should log development error and show generic error toast No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should handle already joined error when joining organization No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should handle membership request not found No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":"testUserId"} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. stderr | src/components/OrganizationCard/OrganizationCard.spec.tsx > OrganizationCard Component > should handle withdrawal attempt with no userId No more mocked responses for the query: query UserJoinedOrganizations($id: ID!) { users(where: {id: $id}) { user { joinedOrganizations { _id name description image members { _id __typename } address { city countryCode dependentLocality line1 line2 postalCode sortingCode state __typename } admins { _id __typename } __typename } __typename } __typename } } Expected variables: {"id":null} Failed to match 1 mock for this query. The mocked response had the following variables: {"userId":"mockUserId"} This typically indicates a configuration error in your mocks setup, usually due to a typo or mismatched variable. ✓ src/components/OrganizationCard/OrganizationCard.spec.tsx (14 tests) 869ms stderr | src/screens/UserPortal/Posts/Posts.spec.tsx > Testing Home Screen: User Portal > Check if HomeScreen renders properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > Component loads correctly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/screens/UserPortal/Posts/Posts.spec.tsx (6 tests) 2325ms ✓ Testing Home Screen: User Portal > Check if HomeScreen renders properly 387ms ✓ Testing Home Screen: User Portal > StartPostModal should render on click of StartPost btn 350ms ✓ Testing Home Screen: User Portal > StartPostModal should close on clicking the close button 643ms ✓ Testing Home Screen: User Portal > Checking if refetch works after deleting this post 726ms stderr | src/components/AgendaItems/AgendaItemsContainer.spec.tsx > Testing Agenda Items components > component loads correctly with items Warning: Connect(Droppable): Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead. at Provider (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-beautiful-dnd/node_modules/react-redux/lib/components/Provider.js:21:20) at App (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.cjs.js:6841:25) at ErrorBoundary (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.cjs.js:104:35) at DragDropContext (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.cjs.js:6970:19) at div at AgendaItemsContainer (/home/runner/work/talawa-admin/talawa-admin/src/components/AgendaItems/AgendaItemsContainer.tsx:1816:3) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > Displays "no more members found" overlay when data is empty An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22usersToAssignTo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22edges%5C%22%3A%20%5B%5D%2C%5Cn%20%20%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22startCursor%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22endCursor%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22hasPreviousPage%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22totalCount%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5D%2C%5Cn%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > displays the unknownError toast if a non-Error is thrown An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22usersToAssignTo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Test%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22startCursor%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22hasPreviousPage%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22totalCount%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22Test%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22User%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > returns prevResult if fetchMoreResult is null An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22usersToAssignTo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22member%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22hasNextPage%5C%22%3A%20true%2C%5Cn%20%20%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22startCursor%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20true%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22hasPreviousPage%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20true%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22totalCount%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22member%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22hasNextPage%5C%22%3A%20true%2C%5Cn%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/BlockUser/BlockUser.spec.tsx > Testing Block/Unblock user screen > Components should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > returns prevResult if fetchMoreResult is null An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22usersToAssignTo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22member%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%5C%22hasNextPage%5C%22%3A%20true%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22startCursor%22%2C%22%7B%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20true%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22hasPreviousPage%22%2C%22%7B%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20true%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22totalCount%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22member%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%221%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%5C%22hasNextPage%5C%22%3A%20true%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/screens/BlockUser/BlockUser.spec.tsx > Testing Block/Unblock user screen > Components should be rendered properly Warning: An update to Requests inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Requests (/home/runner/work/talawa-admin/talawa-admin/src/screens/BlockUser/BlockUser.tsx:1621:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/screens/BlockUser/BlockUser.spec.tsx > Testing Block/Unblock user screen > Components should be rendered properly Warning: An update to Requests inside a test was not wrapped in act(...). When testing, code that causes React state updates should be wrapped into act(...): act(() => { /* fire events that update state */ }); /* assert on the output */ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act at Requests (/home/runner/work/talawa-admin/talawa-admin/src/screens/BlockUser/BlockUser.tsx:1621:72) at I18nextProvider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-i18next/dist/es/I18nextProvider.js:4:3) at Provider (file:///home/runner/work/talawa-admin/talawa-admin/node_modules/react-redux/dist/react-redux.mjs:875:11) at Router (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router/dist/umd/react-router.development.js:1208:17) at BrowserRouter (/home/runner/work/talawa-admin/talawa-admin/node_modules/react-router-dom/dist/umd/react-router-dom.development.js:695:7) at ApolloProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/react/context/context.cjs:50:21) at MockedProvider (/home/runner/work/talawa-admin/talawa-admin/node_modules/@apollo/client/testing/testing.cjs:30:28) stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > skips the if(data) block when the mutation returns data = null An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22name%22%2C%22%7B%5Cn%20%20%5C%22usersToAssignTo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22NoData%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Test%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%2C%5Cn%20%20%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22startCursor%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22hasPreviousPage%22%2C%22%7B%5Cn%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%7D%22%5D%7D An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22totalCount%22%2C%22%7B%5Cn%20%20%5C%22edges%5C%22%3A%20%5B%5Cn%20%20%20%20%7B%5Cn%20%20%20%20%20%20%5C%22node%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22_id%5C%22%3A%20%5C%221%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22firstName%5C%22%3A%20%5C%22NoData%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%5C%22lastName%5C%22%3A%20%5C%22Test%5C%22%5Cn%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%5C%22cursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%20%20%7D%5Cn%20%20%5D%2C%5Cn%20%20%5C%22pageInfo%5C%22%3A%20%7B%5Cn%20%20%20%20%5C%22hasNextPage%5C%22%3A%20false%2C%5Cn%20%20%20%20%5C%22endCursor%5C%22%3A%20%5C%22cursor1%5C%22%5Cn%20%20%7D%5Cn%7D%22%5D%7D stderr | src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx > Organisation Tags Page > skips the if(data) block when the mutation returns data = null An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.12.11%22%2C%22message%22%3A13%2C%22args%22%3A%5B%22addPeopleToUserTag%22%2C%22%7B%7D%22%5D%7D ✓ src/components/AddPeopleToTag/AddPeopleToTag.spec.tsx (13 tests) 6985ms ✓ Organisation Tags Page > Component loads correctly 780ms ✓ Organisation Tags Page > Selects and deselects members to assign to 1625ms ✓ Organisation Tags Page > searchs for tags where the firstName matches the provided firstName search input 405ms ✓ Organisation Tags Page > searchs for tags where the lastName matches the provided lastName search input 345ms ✓ Organisation Tags Page > Toasts error when no one is selected while assigning 316ms ✓ Organisation Tags Page > Assigns tag to multiple people 1342ms ✓ Organisation Tags Page > displays the unknownError toast if a non-Error is thrown 700ms ✓ Organisation Tags Page > skips the if(data) block when the mutation returns data = null 457ms stderr | src/components/AgendaCategory/AgendaCategoryContainer.spec.tsx > Testing Agenda Category Component > component loads correctly with categories ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/components/AgendaItems/AgendaItemsContainer.spec.tsx (9 tests) 5444ms ✓ Testing Agenda Items components > opens and closes the update modal correctly 579ms ✓ Testing Agenda Items components > opens and closes the preview modal correctly 313ms ✓ Testing Agenda Items components > opens and closes the update and delete modals through the preview modal 506ms ✓ Testing Agenda Items components > updates an agenda Items and toasts success 1475ms ✓ Testing Agenda Items components > toasts error on unsuccessful updation 1457ms ✓ Testing Agenda Items components > deletes the agenda item and toasts success 376ms ✓ Testing Agenda Items components > toasts error on unsuccessful deletion 313ms ✓ src/components/AgendaCategory/AgendaCategoryContainer.spec.tsx (9 tests) 3331ms ✓ Testing Agenda Category Component > opens and closes the update and delete modals through the preview modal 396ms ✓ Testing Agenda Category Component > updates an agenda category and toasts success 884ms ✓ Testing Agenda Category Component > toasts error on unsuccessful updation 723ms ✓ src/screens/BlockUser/BlockUser.spec.tsx (6 tests) 10840ms ✓ Testing Block/Unblock user screen > Components should be rendered properly 633ms ✓ Testing Block/Unblock user screen > Testing block user functionality 1612ms ✓ Testing Block/Unblock user screen > Testing unblock user functionality 1491ms ✓ Testing Block/Unblock user screen > Testing First Name Filter 2578ms ✓ Testing Block/Unblock user screen > Testing Last Name Filter 3635ms ✓ Testing Block/Unblock user screen > Testing Error while mutation from server side 887ms stderr | src/components/UserPortal/OrganizationCard/OrganizationCard.spec.tsx > Testing OrganizationCard Component [User Portal] > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/components/UserPortal/OrganizationCard/OrganizationCard.spec.tsx (8 tests) 1293ms stderr | src/screens/FundCampaignPledge/FundCampaignPledge.spec.tsx > Testing Campaign Pledge Screen > should redirect to fallback URL if URL params are undefined ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/components/UserPortal/UserSidebarOrg/UserSidebarOrg.spec.tsx > Testing LeftDrawerOrg component for SUPERADMIN > Component should be rendered properly ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/components/UserPortal/UserSidebarOrg/UserSidebarOrg.spec.tsx (6 tests) 958ms stderr | src/components/TagActions/TagActions.spec.tsx > Organisation Tags Page > Component loads correctly and opens assignToTags modal ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. ✓ src/screens/FundCampaignPledge/FundCampaignPledge.spec.tsx (15 tests) 10151ms ✓ Testing Campaign Pledge Screen > should render the Campaign Pledge screen 555ms ✓ Testing Campaign Pledge Screen > open and closes Create Pledge modal 1317ms ✓ Testing Campaign Pledge Screen > open and closes update pledge modal 1008ms ✓ Testing Campaign Pledge Screen > open and closes delete pledge modal 651ms ✓ Testing Campaign Pledge Screen > should render extraUserDetails in Popup 1878ms ✓ Testing Campaign Pledge Screen > should render Progress Bar with Raised amount (CONSTANT) & Pledged Amount 525ms ✓ Testing Campaign Pledge Screen > Sort the Pledges list by Lowest Amount 982ms ✓ Testing Campaign Pledge Screen > Sort the Pledges list by Highest Amount 849ms ✓ Testing Campaign Pledge Screen > Sort the Pledges list by latest endDate 803ms ✓ Testing Campaign Pledge Screen > Sort the Pledges list by earliest endDate 959ms stderr | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > for creating new Advertisements ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > for creating new Advertisements 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > for creating new Advertisements At handle register { name: 'Cookie Shop', advertisementMedia: 'data:image/png;base64,bWVkaWEgY29udGVudA==', type: 'POPUP', startDate: 2023-01-01T00:00:00.000Z, endDate: 2023-02-02T00:00:00.000Z, organizationId: '1' } stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > if the component renders correctly and ads are correctly categorized date wise 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > if the component renders correctly and ads are correctly categorized date wise 2021-02-01T00:00:00.000Z stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > delete ad 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > delete ad 1 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > delete ad 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > infinite scroll 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > infinite scroll before scroll [ HTMLButtonElement { '__reactFiber$kpos65c9yt': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 1048576, subtreeFlags: 1048581, deletions: null, lanes: 0, childLanes: 0, alternate: null, actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$kpos65c9yt': { className: '_dropdownButton_658d08', onClick: [Function: handleOptionsClick], 'data-testid': 'moreiconbtn', children: [Object] } }, HTMLButtonElement { '__reactFiber$kpos65c9yt': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *2], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 1048576, subtreeFlags: 1048581, deletions: null, lanes: 0, childLanes: 0, alternate: null, actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$kpos65c9yt': { className: '_dropdownButton_658d08', onClick: [Function: handleOptionsClick], 'data-testid': 'moreiconbtn', children: [Object] } } ] stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > infinite scroll 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > infinite scroll 2 BANNER 1 BANNER stdout | src/components/Advertisements/Advertisements.spec.tsx > Testing Advertisement Component > infinite scroll after scroll [ HTMLButtonElement { '__reactFiber$kpos65c9yt': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *1], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 1048576, subtreeFlags: 1048581, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$kpos65c9yt': { className: '_dropdownButton_658d08', onClick: [Function: handleOptionsClick], 'data-testid': 'moreiconbtn', children: [Object] } }, HTMLButtonElement { '__reactFiber$kpos65c9yt': FiberNode { tag: 5, key: null, elementType: 'button', type: 'button', stateNode: [Circular *2], return: [FiberNode], child: [FiberNode], sibling: null, index: 0, ref: null, pendingProps: [Object], memoizedProps: [Object], updateQueue: null, memoizedState: null, dependencies: null, mode: 1, flags: 1048576, subtreeFlags: 1048581, deletions: null, lanes: 0, childLanes: 0, alternate: [FiberNode], actualDuration: 0, actualStartTime: -1, selfBaseDuration: 0, treeBaseDuration: 0, _debugSource: [Object], _debugOwner: [FiberNode], _debugNeedsRemount: false, _debugHookTypes: null }, '__reactProps$kpos65c9yt': { className: '_dropdownButton_658d08', onClick: [Function: handleOptionsClick], 'data-testid': 'moreiconbtn', children: [Object] } } ] ✓ src/components/Advertisements/Advertisements.spec.tsx (4 tests) 1278ms ✓ Testing Advertisement Component > for creating new Advertisements 773ms ✓ src/components/TagActions/TagActions.spec.tsx (13 tests) 9648ms ✓ Organisation Tags Page > Component loads correctly and opens assignToTags modal 744ms ✓ Organisation Tags Page > Component loads correctly and opens removeFromTags modal 589ms ✓ Organisation Tags Page > Component calls hideTagActionsModal when modal is closed 657ms ✓ Organisation Tags Page > Renders error component when when query is unsuccessful 554ms ✓ Organisation Tags Page > Renders error component when when subTags query is unsuccessful 660ms ✓ Organisation Tags Page > searchs for tags where the name matches the provided search input 619ms ✓ Organisation Tags Page > Renders more members with infinite scroll 598ms ✓ Organisation Tags Page > Selects and deselects tags 993ms ✓ Organisation Tags Page > fetches and lists the child tags and then selects and deselects them 1569ms ✓ Organisation Tags Page > Toasts error when no tag is selected while assigning 602ms ✓ Organisation Tags Page > Toasts error when something wrong happen while assigning/removing tag 581ms ✓ Organisation Tags Page > Successfully assigns to tags 791ms ✓ Organisation Tags Page > Successfully removes from tags 687ms stderr | src/screens/UserPortal/Campaigns/Campaigns.spec.tsx > Testing User Campaigns Screen > should render the User Campaigns screen ⚠️ React Router Future Flag Warning: React Router will begin wrapping state updates in `React.startTransition` in v7. You can use the `v7_startTransition` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_starttransition. ⚠️ React Router Future Flag Warning: Relative route resolution within Splat routes is changing in v7. You can use the `v7_relativeSplatPath` future flag to opt-in early. For more information, see https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath. stderr | src/screens/UserPortal/Campaigns/Campaigns.spec.tsx > Testing User Campaigns Screen > should render the User Campaigns screen Warning: validateDOMNesting(...):
Delete Organization
By clicking on Delete Organization button the organization will be permanently deleted along with its events, tags and all related data.