more explicit skip message

This commit is contained in:
Greg Gauthier 2020-10-14 23:37:21 +01:00
parent f7b2de8bfb
commit 115b47feb4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def test_safari_browser(headless):
bd.quit()
@pytest.mark.skip(reason="inconsistent implementations across platforms")
@pytest.mark.skip(reason="Edge has inconsistent implementations across platforms")
def test_edge_browser(headless):
bd = BrowserDriver().get("edge", headless=headless)
bd.get('https://test.io')