GUI acceptance tests using environment deployed from packages.
Build: #490 was successful
Job: Storage sync was successful
user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]" in build 490 of Onedata Products - gui acceptance pkg - Chrome storage sync tests.
- Description
- user supports space with storage sync and enabled options delete and write once[1oz 1op deployed]
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Provider Panel request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once[1oz_1op_deployed]'>> > ??? tests/gui/scenarios/test_storage_sync.py:57: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-156>:2: in wt_clicks_on_configure ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/spaces.py:343: in wt_clicks_on_configure (onepanel(selenium[browser_id]).content.spaces.space tests/gui/utils/core/web_elements.py:58: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:52: in __get__ lambda: self._format_msg(err_msg, instance, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="89ffb1db13c3c00a26642d31faaeb20c", element="0.1508679419378327-49")> css_sel = 'button', text = 'Configure' err_msg = 'no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Provider Panel' def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg): items = web_elem_root.find_elements_by_css_selector(css_sel) _scroll_to_css_sel(web_elem_root, css_sel) for item in items: if item.text.lower() == text.lower(): return item else: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Provider Panel tests/gui/utils/generic.py:105: RuntimeError