GUI acceptance tests using environment deployed from packages.

Build: #1939 failed

Job: Oneprovider datasets was successful

user sees dataset in attached tab after reattaching detached dataset[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees dataset in attached tab after reattaching detached dataset[1oz 1op deployed]" in build 1,939 of Onedata Products - gui acceptance pkg - Chrome oneprovider datasets tests.
Description
user sees dataset in attached tab after reattaching detached dataset[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_datasets
Method
test_user_sees_dataset_in_attached_tab_after_reattaching_detached_dataset[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (Existing Failure)

Error Log

ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize.
request = <FixtureRequest for <Function 'test_user_sees_dataset_in_attached_tab_after_reattaching_detached_dataset[1oz_1op_deployed]'>>

    @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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1031>:2: in click_option_in_data_row_menu_in_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/browser.py:185: in click_option_in_data_row_menu_in_browser
    modals(selenium[browser_id]).data_row_menu.choose_option(option)
tests/gui/utils/common/modals/data_row_menu.py:24: in choose_option
    self.scroll_to_bottom()
tests/gui/utils/common/modals/data_row_menu.py:30: in scroll_to_bottom
    self.options[option_len-1].web_elem)
tests/gui/utils/core/web_objects.py:70: in __getitem__
    item = self._getitem_by_idx(sel)
tests/gui/utils/core/web_objects.py:58: in _getitem_by_idx
    return nth(self.items, idx) if idx < len(self) else None
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

seq = [], idx = -1

    def nth(seq, idx):
>       return next(islice(seq, idx, None), None)
E       ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize.

tests/gui/utils/generic.py:166: ValueError