mirror of https://github.com/pyodide/pyodide.git
Fix test
This commit is contained in:
parent
1609de7dbc
commit
dbd5d3406d
|
@ -10,7 +10,6 @@ def test_webbrowser(selenium):
|
|||
selenium.run("import antigravity")
|
||||
time.sleep(2)
|
||||
assert len(selenium.driver.window_handles) == 2
|
||||
assert any('xkcd.com' in x for x in selenium.urls)
|
||||
|
||||
|
||||
def test_print(selenium):
|
||||
|
|
Loading…
Reference in New Issue