GUI acceptance tests using environment deployed from packages.
Build: #733 failed
Job: Onezone spaces multiuser failed
user successfully joins space using invitation token with get started button[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user successfully joins space using invitation token with get started button[1oz 1op deployed]" in build 733 of Onedata Products - gui acceptance pkg - Chrome onezone spaces multiuser tests.
- Description
- user successfully joins space using invitation token with get started button[1oz 1op deployed]
- Test class
- gui.scenarios.test_onezone_spaces_multiuser
- Method
- test_user_successfully_joins_space_using_invitation_token_with_get_started_button[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 59 secs
- Status
- Failed (Existing Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'elements_list' request = <FixtureRequest for <Function 'test_user_successfully_joins_space_using_invitation_token_with_get_started_button[1oz_1op_deployed]'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/gui/scenarios/test_onezone_spaces_multiuser.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) </usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-368>:2: in assert_new_created_space_has_appeared_on_spaces ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="3b61e4e703ce806df125a1dcdc5a9d96")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="c2212dfba81c4bd7403e7079cff6c099")>} browser_id = 'browser2', space_name = 'space1' 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 the sidebar')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_new_created_space_has_appeared_on_spaces(selenium, browser_id, space_name, oz_page): driver = selenium[browser_id] > assert space_name in oz_page(driver)['data'].elements_list, \ 'space "{}" not found'.format(space_name) E AttributeError: 'NoneType' object has no attribute 'elements_list' tests/gui/steps/onezone/spaces.py:78: AttributeError