GUI acceptance tests using environment deployed from packages.
Build: #2657 failed
Job: Onezone spaces basic failed
user sees space of which he is a member in the marketplace after getting manage in marketplace privileges and configuring it[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user sees space of which he is a member in the marketplace after getting manage in marketplace privileges and configuring it[1oz 1op deployed]" in build 2,657 of Onedata Products - gui acceptance pkg - Onezone spaces basic.
- Description
- user sees space of which he is a member in the marketplace after getting manage in marketplace privileges and configuring it[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_spaces_basic
- Method
- test_user_sees_space_of_which_he_is_a_member_in_the_marketplace_after_getting_manage_in_marketplace_privileges_and_configuring_it[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'space_marketplace_page' request = <FixtureRequest for <Function 'test_user_sees_space_of_which_he_is_a_member_in_the_marketplace_after_getting_manage_in_marketplace_privileges_and_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_user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="37bf9efe52018dba573dce707dccbf49")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="a981e1273634cb1a49272c8c64bdca40")>} browser_id = 'browser_user1' 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