Build: #65 failed
Job: Onepanel basic was successful
user deregisters provider registers it again and sees that provider is working: Test case result
The below summarizes the result of the test " user deregisters provider registers it again and sees that provider is working" in build 65 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onepanel basic tests.
- Description
- user deregisters provider registers it again and sees that provider is working
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no VISIT PROVIDER with "Visit provider" text found in ProviderPopover in modals request = <FixtureRequest for <Function 'test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/gui/scenarios/test_onepanel_basic.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-582>:2: in wt_visit_op ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/common.py:79: in wt_visit_op modals, tmp_memory) tests/gui/meta_steps/onezone/common.py:60: in g_wt_visit_op modals, tmp_memory) <decorator-gen-578>:2: in visit_op ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/common.py:50: in visit_op modals(selenium[browser_id]).provider_popover.visit_provider() 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="92ff5ceb5b3bf926367a812557d2b853", element="0.313146931769533-8")> css_sel = '.btn-container .btn-go-to-files', text = 'Visit provider' err_msg = 'no VISIT PROVIDER with "Visit provider" text found in ProviderPopover in modals' 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 VISIT PROVIDER with "Visit provider" text found in ProviderPopover in modals tests/gui/utils/generic.py:143: RuntimeError