GUI acceptance tests using environment deployed from packages.

Build: #2491 failed

Job: Oneprovider datasets failed

Stages & jobs

  1. Acceptance Test

user sees both data and metadata protection tags on hardlinks if hardlinked files have these flags separately set[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees both data and metadata protection tags on hardlinks if hardlinked files have these flags separately set[1oz 1op deployed]" in build 2,491 of Onedata Products - gui acceptance pkg - Chrome oneprovider datasets tests.
Description
user sees both data and metadata protection tags on hardlinks if hardlinked files have these flags separately set[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_datasets
Method
test_user_sees_both_data_and_metadata_protection_tags_on_hardlinks_if_hardlinked_files_have_these_flags_separately_set[1oz_1op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: metadata protected tag for file3(1) in file browser not visible
request = <FixtureRequest for <Function 'test_user_sees_both_data_and_metadata_protection_tags_on_hardlinks_if_hardlinked_files_have_these_flags_separately_set[1oz_1op_deployed]'>>

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

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/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-631>:2: in assert_status_tag_for_file_in_browser
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'browser', status_type = 'metadata protected'
item_name = 'file3(1)'
tmp_memory = defaultdict(<class 'dict'>, {'browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7fc23dfdc070>}})
which_browser = 'file browser'

    @wt(parsers.parse('user of {browser_id} sees {status_type} '
                      'status tag for "{item_name}" in {which_browser}'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_status_tag_for_file_in_browser(browser_id, status_type, item_name,
                                              tmp_memory,
                                              which_browser='file browser'):
        browser = tmp_memory[browser_id][transform(which_browser)]
        err_msg = (f'{status_type} tag for {item_name} in {which_browser} not '
                   f'visible')
>       assert browser.data[item_name].is_tag_visible(
            transform(status_type)), err_msg
E       AssertionError: metadata protected tag for file3(1) in file browser not visible

tests/gui/steps/oneprovider/browser.py:161: AssertionError