Skip to content

Commit f157e98

Browse files
committed
7203: Fixed issue with test
1 parent 9db24c5 commit f157e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/tests/client/app-bind-key.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe("spinner not shown in preview mode", () => {
254254
});
255255

256256
it("does not show spinner when preview is set", async () => {
257-
const { container } = render(<App preview="screen" previewId="some-id" />);
257+
const { container } = render(<App preview="slide" previewId="some-id" />);
258258

259259
await tick(0);
260260

0 commit comments

Comments
 (0)