Fix front tests (#8207)

This commit is contained in:
Charles Bochet
2024-10-30 15:50:56 +01:00
committed by GitHub
parent 50c912d57f
commit b7d5c05a74
9 changed files with 20821 additions and 21503 deletions

View File

@ -8,8 +8,8 @@ const expectedQueryTemplate = `
mutation DeleteOnePerson($idToDelete: ID!) {
deletePerson(id: $idToDelete) {
__typename
id
deletedAt
id
}
}
`.replace(/\s/g, '');

View File

@ -111,6 +111,8 @@ const companyMocks = [
updatedAt
viewId
workflowId
workflowRunId
workflowVersionId
workspaceMemberId
}
}
@ -260,6 +262,9 @@ const companyMocks = [
rocketId
taskId
updatedAt
workflowId
workflowRunId
workflowVersionId
workspaceMemberId
}
}