GUI acceptance tests using environment deployed from packages.

Build: #2484 failed

Job: Public shares failed

Stages & jobs

  1. Acceptance Test

Test results

  • 9 tests in total
  • 2 tests failed
  • 2 failures are new
  • 9 minutes taken in total.

Build 2,484 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_public_shares test_user_sees_public_urls_of_share_are_equal[1oz_1op_deployed]
1 min
RuntimeError: no  item found in dir1 in file browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="4b72207221cee109b9e1fa36974f46ac", element="a82c035e-ec2b-479d-bf04-e7819d26500e")>
css_sel = '.file-status-shared'
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)
(310 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]
1 min
AssertionError: displayed share name is "space1" instead of expected "renamed_share_dir1"
request = <FixtureRequest for <Function 'test_user_sees_that_share_name_in_public_interface_has_changed_after_owner_renamed_it[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(36 more lines...)