Build: #20 failed
Job: Onezone spaces basic failed
user joins a space with group invitation token with press enter: Test case result
The below summarizes the result of the test " user joins a space with group invitation token with press enter" in build 20 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone spaces basic tests.
- Description
- user joins a space with group invitation token with press enter
- Test class
- gui.scenarios.test_onezone_spaces_basic
- Method
- test_user_joins_a_space_with_group_invitation_token_with_press_enter
- Duration
- 41 secs
- Status
- Failed (New Failure)
Error Log
AttributeError: 'GetSupportPage' object has no attribute 'copy' request = <FixtureRequest for <Function 'test_user_joins_a_space_with_group_invitation_token_with_press_enter'>> from tests.gui.steps.oneprovider.file_browser import * > from tests.gui.steps.oneprovider.metadata import * tests/gui/scenarios/test_onezone_spaces_basic.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) <decorator-gen-388>:2: in copy_token ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="eda6891ab79caf13ce4db615090f74e3")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="9d5a1651208f345b2d0e12f91a127506")>} browser_id = 'browser1', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('user of (?P<browser_id>.*) copies invitation token ' 'from Spaces page')) @repeat_failed(timeout=WAIT_FRONTEND) def copy_token(selenium, browser_id, oz_page): > oz_page(selenium[browser_id])['spaces'].providers_page.get_support_page.copy() E AttributeError: 'GetSupportPage' object has no attribute 'copy' tests/gui/steps/onezone/spaces.py:387: AttributeError