GUI acceptance tests using environment deployed from packages.

Build: #26 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 26 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 (New 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="47b7fda755c1143c38482eddc73d8f7f")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
hosts = {'elasticsearch': {'container-id': '35753772093ca3921d6651d79717fec64daf4e2c6c280c44f75e6becd6f7c85e', 'ip': '172.17.0...0827ecf73700f2', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.12', '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