GUI acceptance tests using environment deployed from packages.
Build: #6 failed
Job: Chrome oneprovider ACL directories failed
read directory metadata[user-user1-fails-all except [read metadata]]: Test case result
The below summarizes the result of the test " read directory metadata[user-user1-fails-all except [read metadata]]" in build 6 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL directories.
- Description
- read directory metadata[user-user1-fails-all except [read metadata]]
- Test class
- gui.scenarios.test_oneprovider_acl_dir
- Method
- test_read_directory_metadata[user-user1-fails-all except [read metadata]]
- Duration
- 49 secs
- Status
- Failed (New Failure)
Error Log
RuntimeError: no BASIC item found in MetadataRow in file browser in DataTab in Oneprovider page privileges = 'all except [read metadata]', subject_type = 'user' result = 'fails', subject_name = 'user1' request = <FixtureRequest for <Function 'test_read_directory_metadata[user-user1-fails-all except [read metadata]]'>> > ??? tests/gui/scenarios/test_oneprovider_acl_dir.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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:209: in assert_metadata_in_op_gui tmp_memory) <decorator-gen-340>:2: in assert_there_is_no_such_meta_record ??? tests/gui/utils/generic.py:103: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/metadata.py:128: in assert_there_is_no_such_meta_record assert attribute_name not in metadata_row.basic.entries, \ tests/gui/utils/core/web_elements.py:57: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:28: in __get__ lambda: self._format_msg('no {item} item found ' _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="e1ff9b17cea5a9d040a3c3430f0e4258", element="0.23712387828980352-16")> css_sel = 'table.metadata-basic-table' err_msg = 'no BASIC item found in MetadataRow in file browser in DataTab in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: item = web_elem_root.find_element_by_css_selector(css_sel) except NoSuchElementException: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no BASIC item found in MetadataRow in file browser in DataTab in Oneprovider page tests/gui/utils/generic.py:121: RuntimeError