Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #2584 was successful

Job: Archives was successful

Test results

  • 21 tests in total
  • 3 tests were quarantined / skipped
  • 31 minutes taken in total.

Build 2,584 has the following 3 quarantined tests:

Quarantined tests 3
Status Test Failing since Quarantined by Duration
RuntimeError: no "Properties" found in Archive row menu
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_new_deleted_callback_url_after_changing_it_using_rest[1oz_1op_1oc-web GUI]'>>

    @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: 
(51 more lines...)
RuntimeError: no "Properties" found in Archive row menu
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_new_preserved_callback_url_after_changing_it_using_rest[1oz_1op_1oc-web GUI]'>>

    @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: 
(51 more lines...)
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="8d5c583b9d925e5ff45db05d8f9780bc")>
css_sel = '.content-space-datasets .archive-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)
(311 more lines...)