GUI acceptance tests using environment deployed from packages.

Build: #646 failed

Job: Onezone harvesters basic failed

user successfully checks harvesting progress[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully checks harvesting progress[1oz 1op elasticsearch]" in build 646 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
Description
user successfully checks harvesting progress[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_basic
Method
test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]'>>

    def screens():
>       return [0, 1]

tests/gui/scenarios/test_onezone_harvesters_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func
    result = get_fixture_value(request, func.__name__)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value
    return getfixturevalue(name)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:441: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:466: in _get_active_fixturedef
    result = self._getfixturevalue(fixturedef)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:531: in _getfixturevalue
    val = fixturedef.execute(request=subrequest)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:787: in execute
    return ihook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:745: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda>
    _MultiCall(methods, kwargs, hook.spec_opts).execute()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:613: in execute
    return _wrapped_call(hook_impl.function(*args), self.execute)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:254: in _wrapped_call
    return call_outcome.get_result()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:280: in get_result
    _reraise(*ex)  # noqa
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:265: in __init__
    self.result = func()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:614: in execute
    res = hook_impl.function(*args)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:817: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:722: in call_fixture_func
    res = fixturefunc(**kwargs)
tests/gui/meta_steps/onezone/spaces.py:273: in leave_space_in_onezone
    oz_page, popups)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-788>:2: in leave_spaces_in_oz_using_gui
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/spaces.py:64: in leave_spaces_in_oz_using_gui
    space_name, oz_page)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-456>:2: in click_element_on_lists_on_left_sidebar_menu
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="c15f7a62677d8f94bc3746d72813f7de")>}
browser_id = 'browser', option = 'data', name = 'space1'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*?) clicks "(?P<name>.*?)" '
                   'on the (?P<option>spaces|groups|harvesters) list in the sidebar'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def click_element_on_lists_on_left_sidebar_menu(selenium, browser_id, option,
                                                    name, oz_page):
        driver = selenium[browser_id]
        if option == 'spaces':
            option = 'data'
        elif option == 'harvesters':
            option = 'discovery'
>       oz_page(driver)[option].elements_list[name].click()
E       AttributeError: 'NoneType' object has no attribute 'elements_list'

tests/gui/steps/onezone/spaces.py:101: AttributeError