Revision 1869062a
Added by koszko over 1 year ago
| test/conftest.py | ||
|---|---|---|
| 102 | 102 |
# uninstalling the addon. Otherwise, we could be left with a windowless |
| 103 | 103 |
# browser :c |
| 104 | 104 |
driver.switch_to.window(driver.window_handles[-1]) |
| 105 |
driver.get('about:blank')
|
|
| 105 |
driver.get('https://gotmyowndoma.in/')
|
|
| 106 | 106 |
driver.uninstall_addon(addon_id) |
| 107 | 107 |
ext_path.unlink() |
| 108 | 108 |
|
Also available in: Unified diff
prevent failure in setup of the test case being run after test_broadcast ( old IceCat)