mirror of
https://github.com/servo/servo.git
synced 2025-09-08 14:08:22 +01:00
CI: Enable webdriver classic on wpt workflow (#39087)
Since WebDriver is quite stable now, enable the `webdriver/classic` tests on wpt CI. --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
2fc816d561
commit
9c840b05bc
3 changed files with 4 additions and 3 deletions
|
@ -117,8 +117,6 @@ def handle_preset(s: str) -> Optional[JobConfig]:
|
|||
wpt_args=" ".join(
|
||||
[
|
||||
"./tests/wpt/tests/webdriver/tests/classic/",
|
||||
"--product servodriver",
|
||||
"--headless",
|
||||
"--processes 1",
|
||||
]
|
||||
),
|
||||
|
|
2
tests/wpt/include.ini
vendored
2
tests/wpt/include.ini
vendored
|
@ -299,7 +299,7 @@ skip: true
|
|||
[bidi]
|
||||
skip: true
|
||||
[classic]
|
||||
skip: true
|
||||
skip: false
|
||||
[interop]
|
||||
skip: true
|
||||
[webgl]
|
||||
|
|
3
tests/wpt/meta/webdriver/tests/classic/perform_actions/key_shortcuts.py.ini
vendored
Normal file
3
tests/wpt/meta/webdriver/tests/classic/perform_actions/key_shortcuts.py.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[key_shortcuts.py]
|
||||
[test_mod_a_mod_c_right_mod_v_pastes_text]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue