GUI acceptance tests using environment deployed from packages.
Build: #399 was successful
Job: Storage sync was successful
user supports space with storage sync and no enabled options[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user supports space with storage sync and no enabled options[1oz 1op deployed]" in build 399 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
- Description
- user supports space with storage sync and no enabled options[1oz 1op deployed]
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_no_enabled_options[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: not found "space1" in spaces in Onepanel request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_no_enabled_options[1oz_1op_deployed]'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/gui/scenarios/test_storage_sync.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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="30752e5ea8f96d62f026ab16954d4aa7")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="d584b9f8355a32da6f8b3b69317ed746")>} browser_id = 'browser1', space = 'space1' 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 "space1" in spaces in Onepanel tests/gui/steps/onepanel/spaces.py:114: AssertionError