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

Build: #1284 failed

Job: Onepanel failed

Test results

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

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

New test failures 2
Status Test Duration
Collapse Failed test_onepanel_basic test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[1oz_1op_1oc-web GUI-REST]
45 secs
RuntimeError: no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="fc44bac6e3a86ad52ed8bc35405320a0", element="4f59ab33-abf5-4166-8a41-c7249a7b462b")>
css_sel = '.provider-registration-form'
err_msg = 'no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(322 more lines...)
Collapse Failed test_onepanel_basic test_user_deregisters_provider_and_registers_it_again[1oz_1op_1oc-web GUI-REST]
1 min
RuntimeError: no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b620cf6d2e21930bba6a3776a2ce8113", element="7d82cd67-b51d-4f95-b963-a0d8d2c3e07f")>
css_sel = '.provider-registration-form'
err_msg = 'no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(322 more lines...)