mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
There is a corner case failure that happens for the first time: https://github.com/servo/servo/actions/runs/20458237142/job/58786068437 The swipe failed because the "list" has not loaded yet, as we started swiping as long as another irrelevant element is loaded. This PR use the "list" as element retrieval target. Testing: Tested with simulated congested network. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>