GUI acceptance tests using environment deployed from packages.
Build: #1539 failed
Job: Multiprovider QoS failed
user sees that there is no qos file status and entries after deleting qos requirements from file[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user sees that there is no qos file status and entries after deleting qos requirements from file[1oz 2op deployed]" in build 1,539 of Onedata Products - gui acceptance pkg - Chrome multiprovider QoS tests.
- Description
- user sees that there is no qos file status and entries after deleting qos requirements from file[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_qos
- Method
- test_user_sees_that_there_is_no_qos_file_status_and_entries_after_deleting_qos_requirements_from_file[1oz_2op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AssertionError: QoS tag for file1 in file browser visible, while should not be request = <FixtureRequest for <Function 'test_user_sees_that_there_is_no_qos_file_status_and_entries_after_deleting_qos_requirements_from_file[1oz_2op_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-707>:2: in assert_not_status_tag_for_file_in_file_browser ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser', status_type = 'QoS', item_name = 'file1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...': {'modal': None}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f03bd978e10>}}) @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: QoS tag for file1 in file browser visible, while should not be tests/gui/steps/oneprovider/file_browser.py:39: AssertionError