GUI acceptance tests using environment deployed from packages.

Build: #746 failed

Job: Onepanel basic failed

revoke space support[1oz 1op deployed-browser2-space2]: Test case result

The below summarizes the result of the test " revoke space support[1oz 1op deployed-browser2-space2]" in build 746 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
revoke space support[1oz 1op deployed-browser2-space2]
Test class
gui.scenarios.test_onepanel_basic
Method
test_revoke_space_support[1oz_1op_deployed-browser2-space2]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AssertionError: provider "dev-oneprovider-krakow" not found
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser2-space2]'>>

    @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)
<decorator-gen-394>:2: in assert_providers_list_contains_provider
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="c9433c38ae4f5fa07b49328ff11c82f0")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="99df3c6a8862cc933eb1e5dd56880dcb")>}
browser_id = 'browser1', provider = 'dev-oneprovider-krakow'
hosts = {'elasticsearch': {'container-id': '73f3eba09cef55d1ffaabf334ab2e3c960a7755d95fa59b09366bc9433522a77', 'ip': '172.17.0...38a30f552d7228', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.13', 'name': 'dev-onezone', ...}}
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees "{provider}" is on '
                      'the providers list'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_providers_list_contains_provider(selenium, browser_id, provider,
                                                hosts, oz_page):
        driver = selenium[browser_id]
        if provider in hosts:
            provider = hosts[provider]['name']
        providers_list = oz_page(driver)['data'].providers_page.providers_list
>       assert provider in providers_list, 'provider "{}" not found'.format(provider)
E       AssertionError: provider "dev-oneprovider-krakow" not found

tests/gui/steps/onezone/spaces.py:266: AssertionError