[roll] Roll fuchsia [chromium] Repeating the tap on the textbox if the input isn't ready

A recent chromium 145.0.7622.0 started making the test flaky.

I assume the test setup is less ideal since it expects the textbox being
rendered right after the input is ready. This may not be the case since
rendering happens in parallel and could happen later than the tap.

So this change repeats the tap on the textbox until the input is ready.

I also applied the newer chromium version and repeated the tests
multiple times to detect the flakiness.

Multiply: text_input_test
Original-Bug: 474422659
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1470100
Original-Revision: 06d564ca5dacef39b933190cecb0190dbf3c6e21
GitOrigin-RevId: f383e59fc30b204c274f108c7bfe14c61a500b63
Change-Id: I29e5a91311528a1a4e43829c179c183753e99f2d
1 file changed
tree: 76c58e32a9d2630f72ef08ea79239c24533a81be
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.