GUI acceptance tests using environment deployed from packages.
Build: #884 failed
Job: Chrome metadata test failed
delete all basic metadata entries after saving it[1oz 1op deployed-file metadata-file1]: Test case result
The below summarizes the result of the test " delete all basic metadata entries after saving it[1oz 1op deployed-file metadata-file1]" in build 884 of Onedata Products - gui acceptance pkg - Chrome metadata test.
- Description
- delete all basic metadata entries after saving it[1oz 1op deployed-file metadata-file1]
- Test class
- gui.scenarios.test_metadata
- Method
- test_delete_all_basic_metadata_entries_after_saving_it[1oz_1op_deployed-File metadata-file1]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AssertionError: metadata tag for file1 in file browser visible, while should not be request = <FixtureRequest for <Function 'test_delete_all_basic_metadata_entries_after_saving_it[1oz_1op_deployed-File metadata-file1]'>> @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-464>:2: in assert_not_status_tag_for_file_in_file_browser ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser', status_type = 'metadata', item_name = 'file1' tmp_memory = defaultdict(<class 'dict'>, {'browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': ...2-66487ef75422")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f7dc6314860>}}) @wt(parsers.parse('user of {browser_id} does not see {status_type} ' 'status tag for "{item_name}" in file browser')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_not_status_tag_for_file_in_file_browser(browser_id, status_type, item_name, tmp_memory): browser = tmp_memory[browser_id]['file_browser'] err_msg = (f'{status_type} tag for {item_name} in file browser visible, ' f'while should not be') > assert not browser.data[item_name].is_tag_visible(status_type), err_msg E AssertionError: metadata tag for file1 in file browser visible, while should not be tests/gui/steps/oneprovider/file_browser.py:41: AssertionError