GUI acceptance tests using environment deployed from packages.
Build: #31 failed
Job: Metadata failed
nonowner user sees no access tag after changing privileges[1oz 1op deployed-dir1]: Test case result
The below summarizes the result of the test " nonowner user sees no access tag after changing privileges[1oz 1op deployed-dir1]" in build 31 of Onedata Products - gui acceptance pkg - release-21.02.0-alpha1 - Chrome POSIX tests.
- Description
- nonowner user sees no access tag after changing privileges[1oz 1op deployed-dir1]
- Test class
- gui.scenarios.test_oneprovider_posix
- Method
- test_nonowner_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-dir1]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: "No access" tag for dir1 in file browser visible request = <FixtureRequest for <Function 'test_nonowner_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-dir1]'>> @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) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'space_owner_browser', item_name = 'dir1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...3-583345de0f37")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7fea1519c5f8>}}) @wt(parsers.re('user of (?P<browser_id>\w+) does not see "no access" tag on ' '(?P<item_name>.*)')) def assert_not_no_access_tag_on_file(browser_id, item_name, tmp_memory): browser = tmp_memory[browser_id]['file_browser'] err_msg = f'"No access" tag for {item_name} in file browser visible' > assert not browser.data[item_name].is_tag_visible('no_access'), err_msg E AssertionError: "No access" tag for dir1 in file browser visible tests/gui/steps/oneprovider/permissions.py:312: AssertionError