GUI acceptance tests using environment deployed from packages.

Build: #650 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 650 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
3 mins
Status
Failed (Existing Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'indices_page'
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/decorator.pyc:decorator-gen-564>:2: in expand_index_record_in_indices_page
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="7f8dc72dfabf0cd1740b1c0123340a67")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
index_name = 'index1'

    @wt(parsers.parse('user of {browser_id} expands "{index_name}" index record '
                      'in indices page'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def expand_index_record_in_indices_page(selenium, browser_id, oz_page,
                                            index_name):
        driver = selenium[browser_id]
>       indices_list = oz_page(driver)['discovery'].indices_page.indices_list
E       AttributeError: 'NoneType' object has no attribute 'indices_page'

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