GUI acceptance tests using environment deployed from packages.
Build: #881 failed
Job: Onezone harvesters basic failed
user fails to see harvester without view harvester privilege[1oz 1op elasticsearch]: Test case result
The below summarizes the result of the test " user fails to see harvester without view harvester privilege[1oz 1op elasticsearch]" in build 881 of Onedata Products - gui acceptance pkg - Chrome onezone harvesters basic tests.
- Description
- user fails to see harvester without view harvester privilege[1oz 1op elasticsearch]
- Test class
- gui.scenarios.test_onezone_harvesters_basic
- Method
- test_user_fails_to_see_harvester_without_view_harvester_privilege[1oz_1op_elasticsearch]
- Duration
- 58 secs
- Status
- Failed (Existing Failure)
Error Log
AttributeError: 'NoneType' object has no attribute 'elements_list' request = <FixtureRequest for <Function 'test_user_fails_to_see_harvester_without_view_harvester_privilege[1oz_1op_elasticsearch]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) <decorator-gen-808>:2: in send_invitation_token ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onezone/harvesters.py:163: in send_invitation_token harvester_name, oz_page) tests/utils/bdd_utils.py:76: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-454>:2: in click_element_on_lists_on_left_sidebar_menu ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="6db9583061531c140df636c1da1c2d3e")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="0d33a8c7875f92c1ab346f683825f87e")>} browser_id = 'browser1', option = 'discovery', name = 'harvester11' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> @wt(parsers.re('user of (?P<browser_id>.*?) clicks "(?P<name>.*?)" ' 'on the (?P<option>spaces|groups|harvesters) list in the sidebar')) @repeat_failed(timeout=WAIT_FRONTEND) def click_element_on_lists_on_left_sidebar_menu(selenium, browser_id, option, name, oz_page): driver = selenium[browser_id] if option == 'harvesters': option = 'discovery' if option == 'spaces': option = 'data' oz_page(driver)[option].spaces_header_list[name].click() else: > oz_page(driver)[option].elements_list[name].click() E AttributeError: 'NoneType' object has no attribute 'elements_list' tests/gui/steps/onezone/spaces.py:103: AttributeError