mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
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:
parent
deb7f802df
commit
ebc1282c7a
4 changed files with 8 additions and 2 deletions
3
tests/wpt/meta/webdriver/tests/classic/accept_alert/accept.py.ini
vendored
Normal file
3
tests/wpt/meta/webdriver/tests/classic/accept_alert/accept.py.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[accept.py]
|
||||
[test_accept_in_popup_window]
|
||||
expected: [PASS, FAIL]
|
|
@ -12,4 +12,4 @@
|
|||
expected: FAIL
|
||||
|
||||
[test_removed_iframe]
|
||||
expected: FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
[test_pointer_down_closes_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_click_navigation]
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[test_click_element_in_shadow_tree[outer-open\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[send.py]
|
||||
[test_chained_alert_element_not_interactable[alert\]]
|
||||
expected: FAIL
|
||||
expected: [PASS, FAIL]
|
||||
|
||||
[test_send_alert_text[\]]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue