webdriver: Update .ini to mark unstable subtests in accept_alert/accept.py, forward/forward.py, perform_actions/pointer_mouse.py, send_alert_text/send.py (#39159)

Few webdriver subtests are quite unstable. But it is an overkill to mark
the entire test as intermittent, as the CI would permit buggy PRs that
sabotage other stable subtests. This PR mark these subtests and closes
the related intermittent issues.

Fixes: #39158
Fixes: #39117
Fixes: #39121
Fixes: #39154

---------

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
Euclid Ye 2025-09-05 15:59:19 +08:00 committed by GitHub
parent deb7f802df
commit ebc1282c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,3 @@
[accept.py]
[test_accept_in_popup_window]
expected: [PASS, FAIL]

View file

@ -12,4 +12,4 @@
expected: FAIL expected: FAIL
[test_removed_iframe] [test_removed_iframe]
expected: FAIL expected: [PASS, FAIL]

View file

@ -5,6 +5,9 @@
[test_pointer_down_closes_browsing_context] [test_pointer_down_closes_browsing_context]
expected: FAIL expected: FAIL
[test_click_navigation]
expected: [PASS, FAIL]
[test_click_element_in_shadow_tree[outer-open\]] [test_click_element_in_shadow_tree[outer-open\]]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[send.py] [send.py]
[test_chained_alert_element_not_interactable[alert\]] [test_chained_alert_element_not_interactable[alert\]]
expected: FAIL expected: [PASS, FAIL]
[test_send_alert_text[\]] [test_send_alert_text[\]]
expected: FAIL expected: FAIL