GUI acceptance tests using environment deployed from packages.
Build: #1577 failed
Job: Shares basic failed
user shares a directory and opens its view in full onezone interface from modal[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user shares a directory and opens its view in full onezone interface from modal[1oz 1op deployed]" in build 1,577 of Onedata Products - gui acceptance pkg - Chrome shares basic tests.
- Description
- user shares a directory and opens its view in full onezone interface from modal[1oz 1op deployed]
- Test class
- gui.scenarios.test_shares_basic
- Method
- test_user_shares_a_directory_and_opens_its_view_in_full_onezone_interface_from_modal[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Item dir1 not in file browser request = <FixtureRequest for <Function 'test_user_shares_a_directory_and_opens_its_view_in_full_onezone_interface_from_modal[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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-701>:2: in assert_item_in_file_browser_in_shares_page ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="bb9be45b1e75fa1c3269b973179137ca")>} browser_id = 'browser', item_name = 'dir1' op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> @wt(parsers.parse('user of {browser_id} sees that item named "{item_name}" ' 'has appeared in file browser on single share view')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_item_in_file_browser_in_shares_page(selenium, browser_id, item_name, op_container): file_browser = op_container(selenium[browser_id]).shares_page.file_browser data = {f.name for f in file_browser.data} > assert item_name in data, f'Item {item_name} not in file browser' E AssertionError: Item dir1 not in file browser tests/gui/steps/oneprovider/shares.py:24: AssertionError