GUI acceptance tests using environment deployed from packages.

Build: #1540 failed

Job: Chrome oneprovider hardlinks and symlinks failed

newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]: Test case result

The below summarizes the result of the test " newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]" in build 1,540 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
Description
newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_hardlinks_and_symlinks
Method
test_newly_created_hardlink_inherits_metadata_and_qos_from_original_file[1oz_1op_deployed]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service"
request = <FixtureRequest for <Function 'test_newly_created_hardlink_inherits_metadata_and_qos_from_original_file[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="b4c15fba80743d22227b276a3a24fe73")>}
browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'>
expression = 'hello = "WORLD"'
hosts = {'elasticsearch': {'container-id': '59b56f46fe6bb173387dcbb8e011f861985e167ca617425e2f9dae01464a00b1', 'ip': '172.17.0...5dc103dcc889325', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.8', 'name': 'dev-onezone', ...}}
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f4dc38811d0>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7f4dc38349e8>, 'space-owner-user': <tests.utils.user_utils.User object at 0x7f4dc3834278>}

    @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