Skip to content

Commit 2e283ad

Browse files
committed
[py] mark scroll test as not passing in firefox
1 parent e66ddf2 commit 2e283ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/test/selenium/webdriver/common/interactions_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ def test_can_pause(driver, pages):
260260
assert "Clicked" == toDoubleClick.get_attribute('value')
261261

262262

263+
@pytest.mark.xfail_firefox
263264
def test_can_scroll_mouse_wheel(driver, pages):
264265
pages.load("scrollingPage.html")
265266
driver.execute_script("document.scrollingElement.scrollTop = 0")

0 commit comments

Comments
 (0)