GUI acceptance tests using environment deployed from packages.

Build: #670 failed

Job: Onezone harvesters basic failed

user successfully creates index in harvester[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully creates index in harvester[1oz 1op elasticsearch]" in build 670 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
Description
user successfully creates index in harvester[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_basic
Method
test_user_successfully_creates_index_in_harvester[1oz_1op_elasticsearch]
Duration
1 min
Status
Failed (New Failure)

Error Log

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

    from tests.gui.meta_steps.onezone import *
>   from tests.gui.meta_steps.onezone.groups import *

tests/gui/scenarios/test_onezone_harvesters_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-562>:2: in assert_index_has_appeared_in_indices_page
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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

    @wt(parsers.parse('user of {browser_id} sees that "{index_name}" '
                      'has appeared on the indices list'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_index_has_appeared_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:174: AttributeError