GUI acceptance tests using environment deployed from packages.

Build: #1457 was successful

Job: Metadata was successful

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,457 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
1 min
Status
Failed (Existing 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="cccdd941ebf6ad1c3a243aa1c7b154eb")>, 'space...746ec5d87865")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="cccdd941ebf6ad1c3a243aa1c7b154eb")>}
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