GUI acceptance tests using environment deployed from packages.
Build: #394 failed
Job: Storage sync was successful
user supports space with storage sync and enabled options mount in root[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options mount in root[1oz 1op deployed]" in build 394 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
- Description
- user supports space with storage sync and enabled options mount in root[1oz 1op deployed]
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root[1oz_1op_deployed]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "space2" in spaces in Onepanel request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root[1oz_1op_deployed]'>> from tests.gui.steps.onezone.manage_account import * > from tests.gui.steps.onezone.login_page import * tests/gui/scenarios/test_storage_sync.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-126>:2: in wt_assert_existence_of_space_support_record ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="43b294d80f04cd18d45f3216db4afed9")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="ef6933b5feeb6120b81cc69f7310d165")>} browser_id = 'browser1', space = 'space2' 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 "space2" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError