Skip to content
Snippets Groups Projects
Commit 5d4ab609 authored by Kagami Sascha Rosylight's avatar Kagami Sascha Rosylight
Browse files

Update MkAd.stories.impl.ts

parent 0370b4df
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ const common = {
await expect(back).toHaveTextContent(i18n.ts._ad.back);
await userEvent.click(back);
await waitFor(() => expect(canvas.queryByRole('img')).toBeTruthy());
await tick();
if (reduce) {
await expect(reduce).not.toBeInTheDocument();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment