GUI acceptance tests using environment deployed from packages.
Build: #1422 failed
Job: Metadata failed
user fails to download file because of lack in privileges[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user fails to download file because of lack in privileges[1oz 1op deployed]" in build 1,422 of Onedata Products - gui acceptance pkg - Chrome POSIX tests.
- Description
- user fails to download file because of lack in privileges[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_posix
- Method
- test_user_fails_to_download_file_because_of_lack_in_privileges[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Modal does not contain text "Starting file download failed" request = <FixtureRequest for <Function 'test_user_fails_to_download_file_because_of_lack_in_privileges[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-39>:2: in assert_error_modal_with_text_appeared ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser_user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="1ce2b68ad6bc93aa277b62f07119eeaa")>, 'space...5d7df56900b6")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="1ce2b68ad6bc93aa277b62f07119eeaa")>} browser_id = 'browser_user1', text = 'Starting file download failed' @wt(parsers.parse('user of {browser_id} sees that error modal with ' 'text "{text}" appeared')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_error_modal_with_text_appeared(selenium, browser_id, text): message = 'Modal does not contain text "{}"'.format(text) modal_text = modals(selenium[browser_id]).error.content.lower() > assert text.lower() in modal_text, message E AssertionError: Modal does not contain text "Starting file download failed" tests/gui/steps/modal.py:368: AssertionError