GUI acceptance tests using environment deployed from packages.

Build: #13 failed

Job: Onezone basic failed

Test results

  • 23 tests in total
  • 3 tests failed
  • 21 minutes taken in total.

Build 13 has the following 3 errors:There were no new test failures since the previous build.

Existing test failures 3
Status Test Failing since Duration
RuntimeError: no  item found in SpaceProvidersPage in DataPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="fbabbd935bdacebf9cb3068d475c9d4f", element="5514209e-a49b-4fe8-9751-a327996fedad")>
css_sel = '.space-providers-atlas'
err_msg = 'no  item found in SpaceProvidersPage in DataPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(298 more lines...)
RuntimeError: no "Revoke space support" found in User account popup
request = <FixtureRequest for <Function 'test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases[1oz_1op_deployed]'>>

    @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: 
(39 more lines...)
AssertionError: provider "dev-oneprovider-krakow" not found
request = <FixtureRequest for <Function 'test_user_sees_that_if_space_is_displayed_in_provider_in_data_that_provider_is_also_displayed_in_provider_in_spaces[1oz_1op_deployed]'>>

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