GUI acceptance tests using environment deployed from packages.

Build: #1737 failed

Job: Public shares failed

Test results

  • 8 tests in total
  • 6 tests failed
  • 6 failures are new
  • 24 minutes taken in total.

Build 1,737 has the following 6 errors: 6 new failure(s) occurred since the previous build.

New test failures 6
Status Test Duration
Collapse Failed test_public_shares test_shares_public_interface_still_works_after_the_only_space_member_left_the_space_containing_share[1oz_1op_deployed]
3 mins
AssertionError: not found "file1" in browser
request = <FixtureRequest for <Function 'test_shares_public_interface_still_works_after_the_only_space_member_left_the_space_containing_share[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: 
(42 more lines...)
Collapse Failed test_public_shares test_user_does_not_see_file_in_shares_public_interface_after_owner_removed_them_from_shared_directory[1oz_1op_deployed]
2 mins
AssertionError: not found "file1" in browser
request = <FixtureRequest for <Function 'test_user_does_not_see_file_in_shares_public_interface_after_owner_removed_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: 
(42 more lines...)
Collapse Failed test_public_shares test_user_sees_new_files_in_shares_public_interface_after_owner_added_them_to_shared_directory[1oz_1op_deployed]
3 mins
AssertionError: not found "20B-0.txt" in browser
request = <FixtureRequest for <Function 'test_user_sees_new_files_in_shares_public_interface_after_owner_added_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: 
(42 more lines...)
Collapse Failed test_public_shares test_user_sees_that_he_no_longer_can_view_public_share_after_owner_removed_it[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="da5fa75a359f3daea95dfaa3b69e6427")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(289 more lines...)
Collapse Failed test_public_shares test_user_sees_that_share_name_in_public_interface_has_changed_after_owner_renamed_it[1oz_1op_deployed]
3 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="e5ecdf7a76ff1b352452daa04fb2b592")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(289 more lines...)
Collapse Failed test_public_shares test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_modal[1oz_1op_deployed]
6 mins
AssertionError: displayed share cwd in file browser is share_dir1 instead of expected /dir1
request = <FixtureRequest for <Function 'test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_modal[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...)