GUI acceptance tests using environment deployed from packages.
Build: #940 failed
Job: Multiprovider basic failed
user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]" in build 940 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
- Description
- user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: no info notify with ".*[Aa]dded.*support.*space.*" msg found request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]'>> @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/gui/meta_steps/onepanel/spaces.py:78: in support_space_in_op_panel_using_gui notify_text_regexp) <decorator-gen-22>:2: in notify_visible_with_text ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="18888b27f7816081815f6dc0428d58e1")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="9d4ce09c32ae3c7680c4ffe4bb418e1d")>} browser_id = 'browser1', notify_type = 'info' text_regexp = '.*[Aa]dded.*support.*space.*' @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 ".*[Aa]dded.*support.*space.*" msg found tests/gui/steps/common/notifies.py:34: AssertionError