GUI acceptance tests using environment deployed from packages.
Build: #861 failed
Job: Public shares failed
user changes working directory using breadcrumbs from file browser in shares public interface[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user changes working directory using breadcrumbs from file browser in shares public interface[1oz 1op deployed]" in build 861 of Onedata Products - gui acceptance pkg - Chrome public shares tests.
- Description
- user changes working directory using breadcrumbs from file browser in shares public interface[1oz 1op deployed]
- Test class
- gui.scenarios.test_public_shares
- Method
- test_user_changes_working_directory_using_breadcrumbs_from_file_browser_in_shares_public_interface[1oz_1op_deployed]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
AssertionError: displayed share cwd in file browser is /dir1 instead of expected share_dir1 request = <FixtureRequest for <Function 'test_user_changes_working_directory_using_breadcrumbs_from_file_browser_in_shares_public_interface[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:76: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-568>:2: in is_public_share_cwd_correct ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="aa121038168088ca138872c8ac62372d")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="805dd975c9a93efd3dce21bbce8dedbd")>} browser_id = 'browser2', cwd = 'share_dir1' public_share = <class 'tests.gui.utils.oneprovider.shares.public_share.PublicShareView'> @wt(parsers.parse('user of {browser_id} sees that current working directory ' 'path visible in share\'s public interface file browser ' 'is as follows: {cwd}')) @repeat_failed(timeout=WAIT_FRONTEND) def is_public_share_cwd_correct(selenium, browser_id, cwd, public_share): displayed_cwd = public_share(selenium[browser_id]).breadcrumbs.pwd() > assert displayed_cwd == cwd, (f'displayed share cwd in file browser' f' is {displayed_cwd} ' f'instead of expected {cwd}') E AssertionError: displayed share cwd in file browser is /dir1 instead of expected share_dir1 tests/gui/steps/oneprovider/shares.py:107: AssertionError