Commit 2b2f1de1 authored by Roman Yurchak's avatar Roman Yurchak Committed by GitHub

Merge pull request #225 from rth/fix-test-import

TST Fix test_common.py::test_import
parents aa14302f 33a094ee
......@@ -43,3 +43,4 @@ def test_import(name, selenium_standalone):
selenium_standalone.run('import %s' % import_name)
except Exception as e:
print(selenium_standalone.logs)
raise
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment