Skip to content

Commit e1c96c2

Browse files
committed
[py] Removed unused test markers
1 parent 7772b2f commit e1c96c2

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

py/test/selenium/webdriver/remote/remote_connection_tests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
import pytest
2222

2323

24-
@pytest.mark.xfail_edge
25-
@pytest.mark.xfail_ie
26-
@pytest.mark.xfail_chrome
27-
@pytest.mark.xfail_safari
28-
@pytest.mark.xfail_webkitgtk
29-
@pytest.mark.xfail_wpewebkit
3024
def test_browser_specific_method(driver, pages):
3125
"""This only works on Firefox"""
3226
pages.load("simpleTest.html")

py/test/selenium/webdriver/remote/remote_downloads_tests.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
from selenium.webdriver.support.wait import WebDriverWait
2525

2626

27-
@pytest.mark.xfail_chrome
28-
@pytest.mark.xfail_edge
29-
@pytest.mark.xfail_ie
30-
@pytest.mark.xfail_firefox
31-
@pytest.mark.xfail_safari
32-
@pytest.mark.xfail_webkitgtk
33-
@pytest.mark.xfail_wpewebkit
3427
def test_get_downloadable_files(driver, pages):
3528
_browser_downloads(driver, pages)
3629

@@ -41,13 +34,6 @@ def test_get_downloadable_files(driver, pages):
4134
assert type(file_names) is list
4235

4336

44-
@pytest.mark.xfail_chrome
45-
@pytest.mark.xfail_edge
46-
@pytest.mark.xfail_ie
47-
@pytest.mark.xfail_firefox
48-
@pytest.mark.xfail_safari
49-
@pytest.mark.xfail_webkitgtk
50-
@pytest.mark.xfail_wpewebkit
5137
def test_download_file(driver, pages):
5238
_browser_downloads(driver, pages)
5339

0 commit comments

Comments
 (0)