Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1068 failed
Job: Onepanel failed
files tree with specified depth is imported to space after changing update depth and enable delete option[1oz 1op 1oc-web GUi-RESt]: Test case result
The below summarizes the result of the test " files tree with specified depth is imported to space after changing update depth and enable delete option[1oz 1op 1oc-web GUi-RESt]" in build 1,068 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- files tree with specified depth is imported to space after changing update depth and enable delete option[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_delete_option[1oz_1op_1oc-web GUI-REST]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: no info notify with ".*copied.*" msg found request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_update_depth_and_enable_delete_option[1oz_1op_1oc-web GUI-REST]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:76: in wrapper return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:76: in wrapper return fun(*ba.args, **ba.kwargs) tests/mixed/steps/onepanel_basic.py:300: in request_space_support clipboard, supporting_user) tests/gui/meta_steps/onezone/spaces.py:171: in request_space_support_using_gui notify_visible_with_text(selenium, user, notify_type, text_regexp) <decorator-gen-18>:2: in notify_visible_with_text ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browsers': <selenium.webdriver.chrome.webdriver.WebDriver (session="da9f6c8b7a37da39c48e22aab41283fd")>, 'onepanel':...22aab41283fd")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="f4713ab961c5ba54ac939d5946f344d6")>} browser_id = 'user1', notify_type = 'info', text_regexp = '.*copied.*' @wt(parsers.parse('user of {browser_id} sees an {notify_type} notify ' 'with text matching to: {text_regexp}')) @repeat_failed(timeout=2 * WAIT_BACKEND) def notify_visible_with_text(selenium, browser_id, notify_type, text_regexp): driver = selenium[browser_id] css_sel = '.ember-notify-show[class*={}] .message'.format(notify_type) regexp = re.compile(text_regexp) with suppress(NoSuchElementException, StaleElementReferenceException): assert any(regexp.match(notify.text) for notify in driver.find_elements_by_css_selector(css_sel)), \ 'no {} notify with "{}" msg found'.format(notify_type, > text_regexp) E AssertionError: no info notify with ".*copied.*" msg found tests/gui/steps/common/notifies.py:34: AssertionError