GUI acceptance tests using environment deployed from packages.

Build: #1539 failed

Job: Chrome oneprovider hardlinks and symlinks failed

new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]: Test case result

The below summarizes the result of the test " new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]" in build 1,539 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
Description
new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_hardlinks_and_symlinks
Method
test_new_metadata_and_qos_are_inherited_by_all_hardlinks_after_file_browser_refresh[1oz_1op_deployed]
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service"
request = <FixtureRequest for <Function 'test_new_metadata_and_qos_are_inherited_by_all_hardlinks_after_file_browser_refresh[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:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-775>:2: in assert_expression_in_quality_of_service_modal
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="1b6d249def540c7ee0aeb96dc27ed429")>}
browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'>
expression = 'hello = "WORLD"'
hosts = {'elasticsearch': {'container-id': 'c4cd5bb5d356e7cb597722f61eb630cd349b8706edb13bf8e2e6edd377f63ae0', 'ip': '172.17.0...da31f3344333cf', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.12', 'name': 'dev-onezone', ...}}
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f052a2dee10>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7f052a22cdd8>, 'space-owner-user': <tests.utils.user_utils.User object at 0x7f052a22ca58>}

    @wt(parsers.parse('user of {browser_id} sees [{expression}] QoS requirement '
                      'in modal "Quality of Service"'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_expression_in_quality_of_service_modal(selenium, browser_id,
                                                      modals, expression, hosts,
                                                      users):
        driver = selenium[browser_id]
        requirements = modals(driver).quality_of_service.requirements
        ready_expression = process_expression(expression, hosts, users)
        for requirement in requirements:
            expression_in_modal = requirement.expression.replace('\n', ' ')
            if expression_in_modal == ready_expression:
                assert True
                return
>       assert False, (f'Not found "{expression}" QoS requirement '
                       f'in modal "Quality of Service"')
E       AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service"

tests/gui/steps/oneprovider/qos.py:102: AssertionError