GUI acceptance tests using environment deployed from packages.

Build: #1737 failed

Job: Shares basic failed

user removes one of two shares of directory from single share view[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user removes one of two shares of directory from single share view[1oz 1op deployed]" in build 1,737 of Onedata Products - gui acceptance pkg - Chrome shares basic tests.
Description
user removes one of two shares of directory from single share view[1oz 1op deployed]
Test class
gui.scenarios.test_shares_basic
Method
test_user_removes_one_of_two_shares_of_directory_from_single_share_view[1oz_1op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: Share share_dir1 not in shares browser
request = <FixtureRequest for <Function 'test_user_removes_one_of_two_shares_of_directory_from_single_share_view[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-713>:2: in assert_share_in_shares_browser_in_shares_page
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="b6bfb41e05232bd1f4cce56120fdbee5")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
share_name = 'share_dir1'

    @wt(parsers.parse('user of {browser_id} sees that there is "{share_name}" '
                      'share on shares view'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_share_in_shares_browser_in_shares_page(selenium, browser_id,
                                                      op_container, share_name):
        shares_browser = op_container(
            selenium[browser_id]).shares_page.shares_browser
>       assert share_name in shares_browser, (f'Share {share_name} not in '
                                              f'shares browser')
E       AssertionError: Share share_dir1 not in shares browser

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