mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests: Force layout in test to prevent flakiness
This commit is contained in:
parent
3815a7c1eb
commit
3c0b125c1c
|
|
@ -3,6 +3,8 @@
|
|||
😭foobar😭
|
||||
<script>
|
||||
test(() => {
|
||||
document.body.offsetWidth; // force layout
|
||||
|
||||
internals.mouseDown(55, 20);
|
||||
internals.movePointerTo(110, 20);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user