Skip to content

Commit

Permalink
add test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 2, 2024
1 parent 94633b7 commit f9996c1
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 f9996c1

Please sign in to comment.