GUI acceptance tests using environment deployed from packages.
Build: #1548 failed
Job: Public shares failed
user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]" in build 1,548 of Onedata Products - gui acceptance pkg - Chrome public shares tests.
- Description
- user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]
- Test class
- gui.scenarios.test_public_shares
- Method
- test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_modal[1oz_1op_deployed]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: displayed share cwd in file browser is dir1 instead of expected /dir1 request = <FixtureRequest for <Function 'test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_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:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-761>:2: in is_public_share_cwd_correct ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="5fabf339af3d30549ffea319d99e6e54")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="d932e3ca2a595476e79e9fd3a3486999")>} browser_id = 'browser1', cwd = '/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 /dir1 tests/gui/steps/oneprovider/public_shares.py:60: AssertionError