GUI acceptance tests using environment deployed from packages.
Build: #2652 failed
Job: Onezone spaces basic failed
user sees own space in the marketplace after configuring it[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees own space in the marketplace after configuring it[1oz 1op deployed]" in build 2,652 of Onedata Products - gui acceptance pkg - Onezone spaces basic.
- Description
- user sees own space in the marketplace after configuring it[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_spaces_basic
- Method
- test_user_sees_own_space_in_the_marketplace_after_configuring_it[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'space_marketplace_page' request = <FixtureRequest for <Function 'test_user_sees_own_space_in_the_marketplace_after_configuring_it[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) tests/gui/meta_steps/onezone/space_marketplace.py:115: in assert_space_in_marketplace_with_config _assert_space_in_marketplace_with_config(browser_id, config, selenium, tests/gui/meta_steps/onezone/space_marketplace.py:135: in _assert_space_in_marketplace_with_config assert_element_in_space_marketplace(selenium, browser_id, oz_page, <decorator-gen-897>:2: in assert_element_in_space_marketplace ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/marketplace.py:56: in assert_element_in_space_marketplace space = get_space_from_marketplace_list(selenium, browser_id, oz_page, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="d76ac50bc36cff23f1620d0eac5cb668")>} browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> space_name = 'space1' def get_space_from_marketplace_list(selenium, browser_id, oz_page, space_name): driver = selenium[browser_id] > page = oz_page(driver)['data'].space_marketplace_page E AttributeError: 'NoneType' object has no attribute 'space_marketplace_page' tests/gui/steps/onezone/marketplace.py:40: AttributeError