Open spectranaut opened 6 months ago
For testing browsers, we shouldn't run the test until we get the load complete event. In Atspi this is "document:load-complete" (see orca code for handing from chrome: https://github.com/GNOME/orca/blob/34ba2393fc64c0e82f47da3900c7de398a89c2cb/src/orca/scripts/toolkits/Chromium/script.py#L168)
Until we do this, any test we write will be flaky.
https://source.chromium.org/chromium/chromium/src/+/main:ui/accessibility/platform/inspect/ax_event_recorder_auralinux.cc;drc=5bf1a4a403490afa7294232e383a1750aefcc881;l=319
For testing browsers, we shouldn't run the test until we get the load complete event. In Atspi this is "document:load-complete" (see orca code for handing from chrome: https://github.com/GNOME/orca/blob/34ba2393fc64c0e82f47da3900c7de398a89c2cb/src/orca/scripts/toolkits/Chromium/script.py#L168)
Until we do this, any test we write will be flaky.