We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa31ea commit fd8b545Copy full SHA for fd8b545
1 file changed
__tests__/html2/chatAdapter/sequenceId.directLine.outgoing.html
@@ -1,4 +1,4 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html lang="en-US">
3
<head>
4
<link href="/assets/index.css" rel="stylesheet" type="text/css" />
@@ -88,19 +88,6 @@
88
// THEN: The second outgoing message should be the third.
89
expect(activities[2].text).toBe('User activity has timestamp of 0.');
90
91
- console.log(
92
- JSON.stringify(
93
- activities.map(activity => ({
94
- 'webchat:internal:position': activity.channelData['webchat:internal:position'],
95
- channelData: activity.channelData,
96
- text: activity.text,
97
- timestamp: activity.timestamp
98
- })),
99
- null,
100
- 2
101
- )
102
- );
103
-
104
// THEN: The first outgoing message should have a smaller position than the bot's message.
105
expect(
106
activities[0].channelData['webchat:internal:position'] <
0 commit comments