GUI acceptance tests using environment deployed from packages.
Build: #1815 failed
Job: Oneprovider datasets failed
Test results
- 26 tests in total
- 3 tests failed
- 2 failures are new
- 2 tests were fixed
- 56 minutes taken in total.
Build 1,815 has the following 3 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_oneprovider_datasets
test_user_sees_both_data_and_metadata_protection_tags_on_hardlinks_if_hardlinked_files_inherit_these_flags_from_their_parents_separately[1oz_1op_deployed]
|
3 mins | |
RuntimeError: no item found in file1 in file browser in Oneprovider page web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="435e9d74258508c1106ad239e0fe0e64", element="2c692ffd-a06c-4969-91c0-0a9ca4dc43da")> css_sel = '.item-inheritance-icon' err_msg = 'no item found in file1 in file browser in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (302 more lines...) |
|||
Collapse |
test_oneprovider_datasets
test_user_sees_inherited_dataset_status_tag_after_marking_its_parent_directory_as_dataset[1oz_1op_deployed]
|
1 min | |
AssertionError: inherited tag for file1 in file browser not visible request = <FixtureRequest for <Function 'test_user_sees_inherited_dataset_status_tag_after_marking_its_parent_directory_as_dataset[1oz_1op_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: (31 more lines...) |
Status | Test | Failing since | Duration | |
---|---|---|---|---|
test_oneprovider_datasets
test_user_fails_to_reattach_dataset_after_deleting_directory[1oz_1op_deployed]
|
Failing since build #1803 (Changes by Jakub Liput and Agnieszka Warchol) | 4 mins | ||
RuntimeError: no item found in modals web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="66b5f773ebcff7991a8e6629cf28791b")> css_sel = '.modal-dialog', err_msg = 'no item found in modals' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) > item = web_elem_root.find_element_by_css_selector(css_sel) (279 more lines...) |