GUI acceptance tests using environment deployed from packages.

Build: #2440 was successful

Job: Oneprovider data tab was successful

Stages & jobs

  1. Acceptance Test

user sees size statistics after turning on size statistics[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees size statistics after turning on size statistics[1oz 1op deployed]" in build 2,440 of Onedata Products - gui acceptance pkg - Chrome oneprovider data tab tests.
Description
user sees size statistics after turning on size statistics[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_data_tab
Method
test_user_sees_size_statistics_after_turning_on_size_statistics[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'spaces_header_list'
request = <FixtureRequest for <Function 'test_user_sees_size_statistics_after_turning_on_size_statistics[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-517>:2: in click_on_option_of_space_on_left_sidebar_menu
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:287: in click_on_option_of_space_on_left_sidebar_menu
    _choose_space_from_menu_list(oz_page, driver, space_name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="2fae073612a8c05f770087801336a67d")>
name = 'space1'

    def _choose_space_from_menu_list(oz_page, driver, name):
        option = 'data'
        try:
>           oz_page(driver)[option].spaces_header_list[name]()
E           AttributeError: 'NoneType' object has no attribute 'spaces_header_list'

tests/gui/steps/onezone/spaces.py:26: AttributeError