GUI acceptance tests using environment deployed from packages.

Build: #641 failed

Job: Onezone harvesters basic failed

user successfully removes space with remove space privilege[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully removes space with remove space privilege[1oz 1op elasticsearch]" in build 641 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
Description
user successfully removes space with remove space privilege[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_basic
Method
test_user_successfully_removes_space_with_remove_space_privilege[1oz_1op_elasticsearch]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

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

>   ???

tests/gui/scenarios/test_onezone_harvesters_basic.py:85: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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/decorator.pyc:decorator-gen-796>:2: in join_space_to_harvester
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/harvesters.py:96: in join_space_to_harvester
    oz_page)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-548>:2: in click_on_option_of_harvester_on_left_sidebar_menu
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="649c437354b5d9a7fd61cfb9c40fb68c")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="4e1e916f5fa5908d2d737e6bb54585a5")>}
browser_id = 'browser1', harvester_name = 'harvester12', option = 'Spaces'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*?) clicks (?P<option>.*?) '
                   'of "(?P<harvester_name>.*?)" harvester in the sidebar'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def click_on_option_of_harvester_on_left_sidebar_menu(selenium, browser_id,
                                                          harvester_name, option,
                                                          oz_page):
        driver = selenium[browser_id]
>       getattr(oz_page(driver)['discovery'].elements_list[harvester_name],
                transform(option)).click()
E       AttributeError: 'NoneType' object has no attribute 'elements_list'

tests/gui/steps/onezone/discovery.py:112: AttributeError