GUI acceptance tests using environment deployed from packages.

Build: #2902 failed

Job: Onezone providers basic failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]" in build 2,902 of Onedata Products - gui acceptance pkg - Onezone providers basic.
Description
user sees that if space is displayed in provider in data that provider is also displayed in provider in spaces[1oz 1op deployed]
Test class
gui.scenarios.test_onezone_providers_basic
Method
test_user_sees_that_if_space_is_displayed_in_provider_in_data_that_provider_is_also_displayed_in_provider_in_spaces[1oz_1op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user_sees_that_if_space_is_displayed_in_provider_in_data_that_provider_is_also_displayed_in_provider_in_spaces[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-523>:2: in assert_space_is_in_spaces_list_in_provider_popover
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="492957b890e108c08c0359829d5e18fc")>}
browser_id = 'browser', space_name = 'space1'
popups = <class 'tests.gui.utils.common.popups.Popups'>

    @wt(parsers.parse('user of {browser_id} sees "{space_name}" is '
                      'on the spaces list on provider popover'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_space_is_in_spaces_list_in_provider_popover(selenium, browser_id,
                                                           space_name, popups):
        driver = selenium[browser_id]
        spaces_list = popups(driver).provider_map_popover.spaces_list
>       assert space_name in spaces_list
E       AssertionError

tests/gui/steps/onezone/providers.py:378: AssertionError