Skip to content

Commit 94649ac

Browse files
committed
Should only show 1 message
1 parent 89644bc commit 94649ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

__tests__/html2/timestamp/attachmentSendTimeout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<script crossorigin="anonymous" src="https://unpkg.com/react@16.8.6/umd/react.development.js"></script>
66
<script crossorigin="anonymous" src="/test-harness.js"></script>
77
<script crossorigin="anonymous" src="/test-page-object.js"></script>
8+
<!-- <script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/botframework-webchat@main/dist/webchat-es5.js"></script> -->
89
<script crossorigin="anonymous" src="/__dist__/webchat-es5.js"></script>
910
</head>
1011
<body>
@@ -91,6 +92,7 @@
9192
updateProps(props => updateIn(props, ['styleOptions', 'sendTimeoutForAttachments'], () => 130000));
9293

9394
// THEN: It should revive the message and show "Sending" again.
95+
expect(pageElements.activities()).toHaveProperty('length', 1);
9496
await expect(pageElements.activityStatuses()[1].innerText).toBe('Sending');
9597
await host.snapshot('local');
9698
},

0 commit comments

Comments
 (0)