GUI acceptance tests using environment deployed from packages.

Build: #1497 failed

Job: POSIX multiuser failed

spaceowneruser changes file permission and user1 sees that it has changed[1oz 1op deployed]: Test case result

The below summarizes the result of the test " spaceowneruser changes file permission and user1 sees that it has changed[1oz 1op deployed]" in build 1,497 of Onedata Products - gui acceptance pkg - Chrome POSIX tests multiuser.
Description
spaceowneruser changes file permission and user1 sees that it has changed[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_posix_multiuser
Method
test_spaceowneruser_changes_file_permission_and_user1_sees_that_it_has_changed[1oz_1op_deployed]
Jira Issue
Duration
3 mins
Status
Failed (New Failure)

Error Log

RuntimeError: no  with "Files" text found in Space in DataPage in Onezone page
selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="1b3160a1e76e9a74f773312185b0ae31")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="dfcde61fb910e94cd81b28a998c217e2")>}
browser_id = 'space_owner_browser', path = 'file1', space = 'space1'
tmp_memory = defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}...': None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}})
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>

    def _click_menu_for_elem_somewhere_in_file_browser(selenium, browser_id, path,
                                                       space, tmp_memory, oz_page,
                                                       op_container):
        item_name, _ = get_item_name_and_containing_dir_path(path)
    
        try:
            go_to_path_without_last_elem(browser_id, tmp_memory, path)
>           click_menu_for_elem_in_file_browser(browser_id, item_name, tmp_memory)

tests/gui/meta_steps/oneprovider/data.py:37: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = ('space_owner_browser', 'file1', defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'gro...: None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}}))
kwargs = {}
ba = <BoundArguments (browser_id='space_owner_browser', item_name='file1', tmp_memory=defaultdict(<class 'dict'>, {'space_o... None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}}))>
param = <Parameter "tmp_memory">, ann = <class 'inspect._empty'>

    @wraps(fun)
    def wrapper(*args, **kwargs):
        ba = sig.bind(*args, **kwargs)
        ba.apply_defaults()
    
        for param in parameters.values():
            ann = param.annotation
            if ann is not inspect.Parameter.empty:
                value = ba.arguments[param.name]
                try:
                    if not isinstance(value, ann):
                        ba.arguments[param.name] = ann(value)
                except Exception as ex:
                    msg = f"Cannot cast '{param.name}' <{value}> to {ann}"
                    raise ValueError(msg) from ex
    
>       return fun(*ba.args, **ba.kwargs)

tests/utils/bdd_utils.py:77: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = ('space_owner_browser', 'file1', defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'gro...: None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}}))
kwargs = {}
ba = <BoundArguments (browser_id='space_owner_browser', item_name='file1', tmp_memory=defaultdict(<class 'dict'>, {'space_o... None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}}))>
param = <Parameter "tmp_memory">, ann = <class 'inspect._empty'>

    @wraps(fun)
    def wrapper(*args, **kwargs):
        ba = sig.bind(*args, **kwargs)
        ba.apply_defaults()
    
        for param in parameters.values():
            ann = param.annotation
            if ann is not inspect.Parameter.empty:
                value = ba.arguments[param.name]
                try:
                    if not isinstance(value, ann):
                        ba.arguments[param.name] = ann(value)
                except Exception as ex:
                    msg = f"Cannot cast '{param.name}' <{value}> to {ann}"
                    raise ValueError(msg) from ex
    
>       return fun(*ba.args, **ba.kwargs)

tests/utils/bdd_utils.py:77: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'space_owner_browser', item_name = 'file1'
tmp_memory = defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}...': None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}})

>   ???

<decorator-gen-507>:2: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

fun = <function click_menu_for_elem_in_file_browser at 0x7fce1474d2f0>
args = ('space_owner_browser', 'file1', defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'gro...: None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}}))
kwargs = {}, now = 1621607361.8981855, limit = 1621607365.8981855
i = 1621607365.910659

    @decorator
    def wrapper(fun, *args, **kwargs):
        now = time()
        limit, i = (now + timeout, now) if timeout else (attempts, 0)
    
        while i < limit:
            try:
                result = fun(*args, **kwargs)
            except exceptions:
                sleep(interval)
                i = time() if timeout else i+1
                continue
            else:
                return result
>       return fun(*args, **kwargs)

tests/utils/utils.py:90: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'space_owner_browser', item_name = 'file1'
tmp_memory = defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}...': None}}, 'browser1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}})

    @wt(parsers.parse('user of {browser_id} clicks on menu '
                      'for "{item_name}" directory in file browser'))
    @wt(parsers.parse('user of {browser_id} clicks on menu '
                      'for "{item_name}" file in file browser'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def click_menu_for_elem_in_file_browser(browser_id, item_name, tmp_memory):
>       browser = tmp_memory[browser_id]['file_browser']
E       KeyError: 'file_browser'

tests/gui/steps/oneprovider/file_browser.py:348: KeyError

During handling of the above exception, another exception occurred:

request = <FixtureRequest for <Function 'test_spaceowneruser_changes_file_permission_and_user1_sees_that_it_has_changed[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:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/oneprovider/permissions.py:72: in set_posix_permissions_in_op_gui
    oz_page, op_container, 'posix')
tests/gui/meta_steps/oneprovider/permissions.py:36: in open_permission_modal
    oz_page, op_container)
tests/gui/meta_steps/oneprovider/data.py:406: in open_modal_for_file_browser_item
    op_container)
tests/gui/meta_steps/oneprovider/data.py:40: in _click_menu_for_elem_somewhere_in_file_browser
    tmp_memory, space)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/oneprovider/data.py:396: in go_to_filebrowser
    oz_page)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-301>:2: in click_on_option_of_space_on_left_sidebar_menu
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:272: in click_on_option_of_space_on_left_sidebar_menu
    transform(option)).click()
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:52: in __get__
    lambda: self._format_msg(err_msg, instance,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="dfcde61fb910e94cd81b28a998c217e2", element="fd5a9324-31ac-4108-994c-b4352678a00c")>
css_sel = '.one-list-level-2 .item-header', text = 'Files'
err_msg = 'no  with "Files" text found in Space in DataPage in Onezone page'

    def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg):
        items = web_elem_root.find_elements_by_css_selector(css_sel)
        _scroll_to_css_sel(web_elem_root, css_sel)
        for item in items:
            if item.text.lower() == text.lower():
                return item
        else:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no  with "Files" text found in Space in DataPage in Onezone page

tests/gui/utils/generic.py:111: RuntimeError