Skip to content

Commit

Permalink
Assert after flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Jan 28, 2024
1 parent eceadd9 commit 4b3f5a9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ describe.each(table)(`useFocus`, hasPointerEvents => {
suspend = false;
resolve();
});
expect(container2.innerHTML).toBe('<div><input style=""></div>');
});

// @gate www
Expand Down Expand Up @@ -619,6 +620,7 @@ describe.each(table)(`useFocus`, hasPointerEvents => {
suspend = false;
resolve();
});
expect(container2.innerHTML).toBe('<div><input style=""></div>');
});
});
});

0 comments on commit 4b3f5a9

Please sign in to comment.