GUI acceptance tests using environment deployed from packages.
Build: #618 failed
Job: Oneprovider ACL subdirectories failed
rename subfile[1oz 1op deployed-user-user1-succeeds-[list files, delete subdirectory, traverse directory, add files]]: Test case result
The below summarizes the result of the test " rename subfile[1oz 1op deployed-user-user1-succeeds-[list files, delete subdirectory, traverse directory, add files]]" in build 618 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL subdirectories.
- Description
- rename subfile[1oz 1op deployed-user-user1-succeeds-[list files, delete subdirectory, traverse directory, add files]]
- Test class
- gui.scenarios.test_oneprovider_acl_subdir
- Method
- test_rename_subfile[1oz_1op_deployed-user-user1-succeeds-[list files, delete subdirectory, traverse directory, add files]]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: no info notify with ".*renamed.*" msg found privileges = '[list files, delete subdirectory, traverse directory, add files]' subject_type = 'user', result = 'succeeds', subject_name = 'user1' request = <FixtureRequest for <Function 'test_rename_subfile[1oz_1op_deployed-user-user1-succeeds-[list files, delete subdirectory, traverse directory, add files]]'>> > ??? tests/gui/scenarios/test_oneprovider_acl_subdir.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/gui/meta_steps/oneprovider/data.py:46: in rename_item notify_visible_with_text(selenium, browser_id, 'info', '.*renamed.*') </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-18>:2: in notify_visible_with_text ??? tests/utils/utils.py:79: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="3a44647c21f270430bc99537a18e550b")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="3a44647c21f270430bc99537a18e550b")>} browser_id = 'browser', notify_type = 'info', text_regexp = '.*renamed.*' @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 ".*renamed.*" msg found tests/gui/steps/common/notifies.py:34: AssertionError