GUI acceptance tests using environment deployed from packages.

Build: #986 failed

Job: Shares basic failed

Test results

  • 16 tests in total
  • 3 tests failed
  • 19 minutes taken in total.

Build 986 has the following 3 errors:There were no new test failures since the previous build.

Existing test failures 3
Status Test Failing since Duration
IndexError: list index out of range
request = <FixtureRequest for <Function 'test_user_can_jump_to_data_tab_using_breadcrumbs_in_single_share_view_in_full_onezone_interface[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: 
(25 more lines...)
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: 
(30 more lines...)
RuntimeError: no  item found in SharesContentPage in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="55fd8a9c52565a65be52a5221e7e2d2b", element="14f4c016-d4c1-436c-bb07-b5c458242e37")>
css_sel = '.content-info-content-container'
err_msg = 'no  item found in SharesContentPage in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)