GUI acceptance tests using environment deployed from packages.

Build: #796 failed

Job: Onepanel basic failed

Test results

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

Build 796 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_support_space[1oz_1op_deployed-browser2]
4 mins
AssertionError: no info notify with ".*[Aa]dded.*support.*space.*" msg found
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_deployed-browser2]'>>

    @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: 
(30 more lines...)
Collapse Failed test_onepanel_basic test_user_removes_newly_created_storage[1oz_1op_deployed-browser1-new_storage5]
2 mins
RuntimeError: no  item found in content in dev-oneprovider-krakow Oneprovider Panel 20.02.0-beta1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="d1c16b40757c930ba6d123f1204edb76", element="0e83d90c-fd8f-417c-b090-efdb0f54cd5b")>
css_sel = '.main-content'
err_msg = 'no  item found in content in dev-oneprovider-krakow\nOneprovider Panel 20.02.0-beta1'

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