more explicit skip message

master
Greg Gauthier 3 years ago
parent f7b2de8bfb
commit 115b47feb4
  1. 2
      pytests/test_basic.py

@ -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')

Loading…
Cancel
Save