GUI acceptance tests using environment deployed from packages.

Build: #884 failed

Job: Oneprovider data tab failed

user can change directory while uploading files[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user can change directory while uploading files[1oz 1op deployed]" in build 884 of Onedata Products - gui acceptance pkg - Chrome oneprovider data tab tests.
Description
user can change directory while uploading files[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_data_tab
Method
test_user_can_change_directory_while_uploading_files[1oz_1op_deployed]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

NameError: name '_change_iframe_for_file_browser' is not defined
request = <FixtureRequest for <Function 'test_user_can_change_directory_while_uploading_files[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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-458>:2: in wait_for_file_upload_to_finish
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="eeb0c12fdacb757fafcd7ae8c4111dc1")>}
browser_id = 'browser', popups = <class 'tests.gui.utils.common.popups.Popups'>

    @wt(parsers.parse('user of {browser_id} waits for file upload to finish'))
    @repeat_failed(timeout=WAIT_BACKEND * 3)
    def wait_for_file_upload_to_finish(selenium, browser_id, popups):
        driver = selenium[browser_id]
        driver.switch_to.default_content()
        assert not popups(driver).is_upload_presenter(), (
            'file upload not finished '
            'within given time')
>       _change_iframe_for_file_browser(selenium, browser_id)
E       NameError: name '_change_iframe_for_file_browser' is not defined

tests/gui/steps/oneprovider/data_tab.py:329: NameError