GUI acceptance tests using environment deployed from packages.

Build: #9 failed

Job: Onezone tokens failed

user successfully consumes harvester to space invite token until usage limit is not expired[1oz 2op elasticsearch]: Test case result

The below summarizes the result of the test " user successfully consumes harvester to space invite token until usage limit is not expired[1oz 2op elasticsearch]" in build 9 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome onezone tokens tests.
Description
user successfully consumes harvester to space invite token until usage limit is not expired[1oz 2op elasticsearch]
Test class
gui.scenarios.test_onezone_tokens
Method
test_user_successfully_consumes_harvester_to_space_invite_token_until_usage_limit_is_not_expired[1oz_2op_elasticsearch]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: space "space2" not found
request = <FixtureRequest for <Function 'test_user_successfully_consumes_harvester_to_space_invite_token_until_usage_limit_is_not_expired[1oz_2op_elasticsearch]'>>

    @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)
tests/gui/meta_steps/onezone/harvesters.py:269: in assert_space_on_harvester_list
    oz_page)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-677>:2: in assert_space_has_appeared_in_discovery_page
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="fe14468127c7edebfdd99350e486c06b")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="4e54ae4cbe0a95bd6f3ca7e5d4151a7e")>}
browser_id = 'browser1', space_name = 'space2'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees that "{space_name}" has appeared '
                      'on the spaces list in discovery page'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_space_has_appeared_in_discovery_page(selenium, browser_id,
                                                    space_name, oz_page):
        driver = selenium[browser_id]
        assert space_name in oz_page(driver)['discovery'].spaces_list, \
>           'space "{}" not found'.format(space_name)
E       AssertionError: space "space2" not found

tests/gui/steps/onezone/harvesters/discovery.py:166: AssertionError