GUI acceptance tests using environment deployed from packages.

Build: #863 failed

Job: Shares basic failed

user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]" in build 863 of Onedata Products - gui acceptance pkg - Chrome shares basic tests.
Description
user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]
Test class
gui.scenarios.test_shares_basic
Method
test_user_sees_new_files_in_single_share_view_in_full_onezone_interface_after_adding_them_to_shared_directory[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: Item  20B-0.txt not in file browser
request = <FixtureRequest for <Function 'test_user_sees_new_files_in_single_share_view_in_full_onezone_interface_after_adding_them_to_shared_directory[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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-556>:2: in assert_item_in_file_browser_in_shares_page
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="fbcb26e17ddc6c0a4fc76c46a509be55")>}
browser_id = 'browser', item_name = '20B-0.txt'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>

    @wt(parsers.parse('user of {browser_id} sees that item named "{item_name}" '
                      'has appeared in file browser on single share view'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_item_in_file_browser_in_shares_page(selenium, browser_id, item_name,
                                                   op_container):
        file_browser = op_container(selenium[browser_id]).shares_page.file_browser
        data = {f.name for f in file_browser.data}
>       assert item_name in data, f'Item  {item_name} not in file browser'
E       AssertionError: Item  20B-0.txt not in file browser

tests/gui/steps/oneprovider/shares.py:42: AssertionError