Skip to content

Commit 08e052b

Browse files
committed
suggestedActions/stackedButton/textWrap
1 parent 3aef1c3 commit 08e052b

9 files changed

Lines changed: 1 addition & 1 deletion
-4.42 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

__tests__/html/suggestedActions.stacked.buttonTextWrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<main id="webchat"></main>
1616
<script>
1717
run(async function () {
18-
await host.windowSize(300, undefined, document.getElementById('webchat'));
18+
await host.windowSize(300, 640, document.getElementById('webchat'));
1919

2020
const directLine = WebChat.createDirectLine({ token: await testHelpers.token.fetchDirectLineToken() });
2121
const store = testHelpers.createStore();

0 commit comments

Comments
 (0)