GUI acceptance tests using environment deployed from packages.
Build: #2443 failed
Job: Oneprovider data tab failed
user sees size statistics after turning on size statistics[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees size statistics after turning on size statistics[1oz 1op deployed]" in build 2,443 of Onedata Products - gui acceptance pkg - Chrome oneprovider data tab tests.
- Description
- user sees size statistics after turning on size statistics[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_data_tab
- Method
- test_user_sees_size_statistics_after_turning_on_size_statistics[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: displayed size 3 B for dir1 does not match expected — request = <FixtureRequest for <Function 'test_user_sees_size_statistics_after_turning_on_size_statistics[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) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-855>:2: in assert_item_in_file_browser_is_of_size ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser', item_name = 'dir1', size = '—' 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 0x7f3c45c5fac0>}}) @wt(parsers.parse('user of {browser_id} sees that displayed size in data row ' 'of "{item_name}" is "{size}"')) @wt(parsers.parse('user of {browser_id} sees that item named "{item_name}" ' 'is of {size} size in file browser')) @repeat_failed(timeout=WAIT_BACKEND) def assert_item_in_file_browser_is_of_size(browser_id, item_name, size, tmp_memory): browser = tmp_memory[browser_id]['file_browser'] item_size = browser.data[item_name].size err_msg = 'displayed size {} for {} does not match expected {}' > assert size == item_size, err_msg.format(item_size, item_name, size) E AssertionError: displayed size 3 B for dir1 does not match expected — tests/gui/steps/oneprovider/file_browser.py:107: AssertionError