Skip to content

Commit

Permalink
Merge pull request #1479 from bakaphp/feat-task-list
Browse files Browse the repository at this point in the history
refact: test
  • Loading branch information
kaioken authored Jun 10, 2024
2 parents 9504ad9 + 5ba20fb commit e2eabf7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tests/GraphQL/ActionEngine/CompanyTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,26 @@ public function testGetLeadTaskEngagement()
leadTaskItems(lead_id: $lead_id) {
data {
name
action {
company_action {
name
action {
slug
}
}
status
config
engagement_start {
uuid
message {
message
}
lead {
title
}
slug
entity_uuid
} engagement_end {
uuid
}
}
}
Expand Down

0 comments on commit e2eabf7

Please sign in to comment.