GUI acceptance tests using environment deployed from packages.

Build: #746 failed

Job: Onepanel basic failed

Test results

  • 18 tests in total
  • 3 tests failed
  • 1 failure is new
  • 2 tests were fixed
  • 39 minutes taken in total.

Build 746 has the following 3 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
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 19.02.1
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="af0b5bd7dbae7764ae3b06abdb5a222e", element="990ca893-0fc0-4532-98fd-c89573526f0d")>
css_sel = '.main-content'
err_msg = 'no  item found in content in dev-oneprovider-krakow\nOneprovider Panel 19.02.1'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(301 more lines...)
Existing test failures 2
Status Test Failing since Duration
AssertionError: provider "dev-oneprovider-krakow" not found
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser2-space2]'>>

    @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...)
IndexError: list index out of range
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_deployed-browser2-space2]'>>

    @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: 
(45 more lines...)