Build: #1 failed
Job: Storage sync failed
user supports space with storage sync and enabled options delete: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options delete" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome storage sync tests.
- Description
- user supports space with storage sync and enabled options delete
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_delete
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: not found "space3" in spaces in Onepanel request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete'>> from tests.gui.steps.oneprovider.groups import * > from tests.gui.steps.oneprovider.spaces import * tests/gui/scenarios/test_storage_sync.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) <decorator-gen-116>:2: in wt_assert_existence_of_space_support_record ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="2b51c7140cb21b214499f9c6fc2bb45f")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="33d40f306559b4adb7a830d9048f166e")>} browser_id = 'browser1', space = 'space3' onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> @when(parsers.parse('user of {browser_id} sees that space support record for ' '"{space}" has appeared in Spaces page in Onepanel')) @then(parsers.parse('user of {browser_id} sees that space support record for ' '"{space}" has appeared in Spaces page in Onepanel')) @repeat_failed(timeout=WAIT_BACKEND) def wt_assert_existence_of_space_support_record(selenium, browser_id, space, onepanel): spaces = {space.name for space in onepanel(selenium[browser_id]).content.spaces.spaces} > assert space in spaces, 'not found "{}" in spaces in Onepanel'.format(space) E AssertionError: not found "space3" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError