GUI acceptance tests using environment deployed from packages.

Build: #1855 failed

Job: Shares basic failed

user can jump to files tab using breadcrumbs in single share view in full onezone interface[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user can jump to files tab using breadcrumbs in single share view in full onezone interface[1oz 1op deployed]" in build 1,855 of Onedata Products - gui acceptance pkg - Chrome shares basic tests.
Description
user can jump to files tab using breadcrumbs in single share view in full onezone interface[1oz 1op deployed]
Test class
gui.scenarios.test_shares_basic
Method
test_user_can_jump_to_files_tab_using_breadcrumbs_in_single_share_view_in_full_onezone_interface[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

IndexError: list index out of range
request = <FixtureRequest for <Function 'test_user_can_jump_to_files_tab_using_breadcrumbs_in_single_share_view_in_full_onezone_interface[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-541>:2: in check_tab_name_label
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="a18b668e6140c478af02392dd84a98c4")>}
browser_id = 'browser', tab_name = 'files'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees "{tab_name}" '
                      'label of current page'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def check_tab_name_label(selenium, browser_id, tab_name, oz_page):
        driver = selenium[browser_id]
>       driver.switch_to.window(window_name=driver.window_handles[1])
E       IndexError: list index out of range

tests/gui/steps/onezone/spaces.py:554: IndexError