GUI acceptance tests using environment deployed from packages.

Build: #982 failed

Job: Shares basic failed

Test results

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

Build 982 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="449b6d828e8d99fe91be2a2d68b228b5", element="a88cdb93-71a8-4ba7-b99b-d88ffff06500")>
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...)