Skip to content

Commit cccfd29

Browse files
committed
Fix flaky test
1 parent d0be59d commit cccfd29

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

__tests__/html2/fluentTheme/connectivityStatus.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
} = window; // Imports in UMD fashion.
2222

2323
const { directLine, store } = testHelpers.createDirectLineEmulator({ autoConnect: false });
24+
const styleOptions = { spinnerAnimationBackgroundImage: 'url(/assets/staticspinner.png)' };
2425

25-
const App = () => <ReactWebChat directLine={directLine} store={store} />;
26+
const App = () => <ReactWebChat directLine={directLine} store={store} styleOptions={styleOptions} />;
2627

2728
render(
2829
<FluentThemeProvider>
-14 Bytes
Loading

0 commit comments

Comments
 (0)