[roll] Roll fuchsia [ui][input][test] add a mouse wheel event to EnsureMouseIsReadyAndGetPosition to ensure all events are processed

There is an issue we found in retry that the mouse up we got may
come from previous retry loop, then EnsureMouseIsReadyAndGetPosition
exit and the down-up event caught by test body, and break the test
expectation. Here we inject 1 more wheel event, because wheel event
only injected once, wheel we receive the wheel event, we know all
events from EnsureMouseIsReadyAndGetPosition are processed.

Original-Bug: 119933
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/791643
Original-Revision: 6a68a685f650d984412b5bad848041b7177a3315
GitOrigin-RevId: d5ef886f438f051b407a956685d366d48a0e7bb8
Change-Id: I9b295ba5e58ad84bf36138f3a3e430170036f712
1 file changed
tree: f2cc6c7feffd7e3be2e1e2baf421f336fbce7e0a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.