GUI acceptance tests using environment deployed from packages.
Build: #746 failed
Job: Onepanel basic failed
support space[1oz 1op deployed-browser2-space2]: Test case result
The below summarizes the result of the test " support space[1oz 1op deployed-browser2-space2]" in build 746 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
- Description
- support space[1oz 1op deployed-browser2-space2]
- Test class
- gui.scenarios.test_onepanel_basic
- Method
- test_support_space[1oz_1op_deployed-browser2-space2]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
IndexError: list index out of range request = <FixtureRequest for <Function 'test_support_space[1oz_1op_deployed-browser2-space2]'>> @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) /usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func result = request.getfixturevalue(func.__name__) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue return self._get_active_fixturedef(argname).cached_result[0] /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef self._compute_fixture_value(fixturedef) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value fixturedef.execute(request=subrequest) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute return hook.pytest_fixture_setup(fixturedef=self, request=request) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec return self._inner_hookexec(hook, methods, kwargs) /usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda> firstresult=hook.spec_opts.get('firstresult'), /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup result = call_fixture_func(fixturefunc, request, kwargs) /usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: in call_fixture_func res = fixturefunc(**kwargs) tests/gui/meta_steps/onezone/spaces.py:289: in leave_space_in_onezone click_on_option_in_the_sidebar(selenium, browser_id, option, oz_page) <decorator-gen-360>:2: in click_on_option_in_the_sidebar ??? tests/utils/utils.py:80: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/spaces.py:88: in click_on_option_in_the_sidebar oz_page(driver)[str(option).lower()] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.onezone.OZLoggedIn object at 0x7f09e33afb70> item = 'data' def __getitem__(self, item): item = item.lower() # expand side panel > ActionChains(self.web_elem).move_to_element(self._panels[0]).perform() E IndexError: list index out of range tests/gui/utils/onezone/__init__.py:47: IndexError