Commit af8058c4 authored by Roman Yurchak's avatar Roman Yurchak

Fix package name / import name issue

parent 6d6f60e8
......@@ -43,5 +43,5 @@ def test_import(name, selenium):
selenium.__class__.__name__.replace('Wrapper', '')))
for import_name in meta.get('test', {}).get('imports', []):
selenium.load_package(import_name)
selenium.load_package(name)
selenium.run('import %s' % import_name)
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