Fix mouse-event-with-modifiers test
<rdar://problem/59631080>
Created attachment 394294 [details] Patch
Comment on attachment 394294 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=394294&action=review > LayoutTests/fast/events/touch/ios/mouse-events-with-modifiers.html:95 > + UIHelper.waitForMenuToHide(); We should at least wait for this one to finish, no?
Test is actually showing a real issue, detailed in rdar://59963117. To fix this, we should actually fix this issue, not try and fix it in the test infrastructure.