Fix package name / import name issue

This commit is contained in:
Roman Yurchak 2018-08-17 10:37:10 +03:00
parent 6d6f60e84f
commit af8058c41d
1 changed files with 1 additions and 1 deletions

View File

@ -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)