Skip to content

Commit

Permalink
track first test
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 6, 2024
1 parent c8d9fc6 commit 06f1119
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/suite/participant/participant.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1660,8 +1660,12 @@ Schema:
expect(fetchStub).to.have.been.called;
expect(sendRequestStub).to.have.not.been.called;

expect(telemetryTrackStub.firstCall).to.equal(
'Participant Prompt Submitted'
);

assertResponseTelemetry('docs/chatbot', {
callIndex: 0,
callIndex: 1,
});
});

Expand Down

0 comments on commit 06f1119

Please sign in to comment.