Skip to content

Commit

Permalink
add test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 27, 2023
1 parent 633815c commit 61f6a96
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ describe('PreviewWeb', () => {
await waitForRender();

expect(docsRoot.outerHTML).toMatchInlineSnapshot('"<div><div>INSIDE</div></div>"');
});
// Extended timeout to try and avoid
// Error: Event was not emitted in time: storyRendered,docsRendered,storyThrewException,storyErrored,storyMissing
}, 10_000);

// TODO @tmeasday please help fixing this test
it.skip('sends docs rendering exceptions to showException', async () => {
Expand Down

0 comments on commit 61f6a96

Please sign in to comment.