GUI acceptance tests using environment deployed from packages.

Build: #27 failed

Job: Onezone basic was successful

user sees all your providers are offline message when no provider is online[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees all your providers are offline message when no provider is online[1oz 1op deployed]" in build 27 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome onezone basic tests.
Description
user sees all your providers are offline message when no provider is online[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_basic
Method
test_user_sees_all_your_providers_are_offline_message_when_no_provider_is_online[1oz_1op_deployed]
Duration
5 mins
Status
Failed (Existing Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'elements_list'
request = <FixtureRequest for <Function 'test_user_sees_all_your_providers_are_offline_message_when_no_provider_is_online[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-377>:2: in wait_until_provider_goes_online
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="a2d33487e2638001ec302312af6fb575")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
hosts = {'elasticsearch': {'container-id': '6e99ebb78f98f51ac4f81606df42ea951e858a49e11ad809721edbd1464f82ed', 'ip': '172.17.0...9365e6c17acf0b', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.11', 'name': 'dev-onezone', ...}}
provider_name = 'oneprovider-1'

    @wt(parsers.parse('user of {browser_id} waits until provider "{provider_name}" '
                      'goes online on providers map'))
    @repeat_failed(timeout=WAIT_BACKEND*6)
    def wait_until_provider_goes_online(selenium, browser_id, oz_page,
                                        hosts, provider_name):
        driver = selenium[browser_id]
        provider = hosts[provider_name]['name']
        page = oz_page(driver)['providers']
>       provider_record = page.elements_list[provider]
E       AttributeError: 'NoneType' object has no attribute 'elements_list'

tests/gui/steps/onezone/providers.py:436: AttributeError