We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d24f5b commit 6db9af2Copy full SHA for 6db9af2
1 file changed
packages/pluggableWidgets/image-native/src/components/__tests__/Image.spec.tsx
@@ -181,7 +181,7 @@ describe("Widget", () => {
181
fireEvent.press(await findByImageTestId(image, imageProps.name, "ImageSmallPressable"));
182
await fireLayout(image, imageProps.name, "ImageEnlargedPressable");
183
expect(image.toJSON()).toMatchSnapshot();
184
- });
+ }, 10000);
185
186
it("triggers the onclick action", async () => {
187
const ImageComponent = <Image {...imageProps} onClickType={"action"} />;
0 commit comments