GUI acceptance tests using environment deployed from packages.

Build: #857 was successful

Job: Shares basic was successful

Test results

  • 14 tests in total
  • 3 tests were quarantined / skipped
  • 22 minutes taken in total.

Build 857 has the following 3 quarantined tests:

Quarantined tests 3
Status Test Failing since Quarantined by Duration
RuntimeError: no "file1" found in file browser in Oneprovider page
request = <FixtureRequest for <Function 'test_user_does_not_see_files_in_single_share_view_in_full_onezone_interface_after_removing_them_from_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: 
(39 more lines...)
AssertionError: expected breadcrumbs /dir1; displayed: space1
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: 
(29 more lines...)
RuntimeError: no  item found in dir1 in file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="a31558c68aba3becd60410137f5f9101", element="82c38631-6429-4379-b686-c5b516b6ee73")>
css_sel = '.file-status-icon .one-icon'
err_msg = 'no  item found in dir1 in file browser 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...)