Skip to content

Commit 26df82a

Browse files
committed
Added xfail markers to w3c
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 21e177f commit 26df82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/w3c_interaction_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def test_pen_pointer_properties(driver, pages):
225225
@pytest.mark.xfail_firefox
226226
@pytest.mark.xfail_remote
227227
@pytest.mark.xfail_safari
228+
@pytest.mark.xfail_edge
228229
def test_touch_pointer_properties(driver, pages):
229230
pages.load("pointerActionsPage.html")
230231
pointerArea = driver.find_element(By.CSS_SELECTOR, "#pointerArea")

0 commit comments

Comments
 (0)