skipping msedge test
This commit is contained in:
parent
9cb7263047
commit
c06e5ab66d
@ -1,5 +1,5 @@
|
||||
from browserdriver import BrowserDriver
|
||||
|
||||
import pytest
|
||||
|
||||
def test_firefox_browser(headless):
|
||||
bd = BrowserDriver().get("firefox", headless=headless)
|
||||
@ -16,7 +16,7 @@ def test_chrome_browser(headless):
|
||||
assert "QA Testing as a Service | test IO" == bd.title
|
||||
bd.quit()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="inconsistent implementations across platforms")
|
||||
def test_edge_browser(headless):
|
||||
bd = BrowserDriver().get("edge", headless=headless)
|
||||
bd.get('https://test.io')
|
||||
|
Loading…
Reference in New Issue
Block a user