GUI acceptance tests using environment deployed from packages.

Build: #978 failed

Job: Shares basic failed

Test results

  • 16 tests in total
  • 3 tests failed
  • 3 failures are new
  • 20 minutes taken in total.

Build 978 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed test_shares_basic test_user_can_jump_to_data_tab_using_breadcrumbs_in_single_share_view_in_full_onezone_interface[1oz_1op_deployed]
1 min
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...)
Collapse Failed test_shares_basic test_user_removes_one_of_two_shares_of_directory_from_single_share_view[1oz_1op_deployed]
1 min
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...)
Collapse Failed test_shares_basic test_user_removes_share_from_single_share_view[1oz_1op_deployed]
1 min
RuntimeError: no  item found in SharesContentPage in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="ca3b51c689badfa11a8a42927ad9f730", element="6678eebd-c26e-4897-be8d-4c36e83029d5")>
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...)