GUI acceptance tests using environment deployed from packages.

Build: #1967 failed

Job: Onepanel basic failed

Stages & jobs

  1. Acceptance Test

Test results

  • 14 tests in total
  • 7 tests failed
  • 6 failures are new
  • 1 test was quarantined / skipped
  • 30 minutes taken in total.

Build 1,967 has the following 7 errors: 6 new failure(s) occurred since the previous build.

New test failures 6
Status Test Duration
Collapse Failed test_onepanel_basic test_support_space[1oz_1op_deployed-browser1]
4 mins
RuntimeError: no  item found in SpaceSupportForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 21.02.0-alpha24
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="26dd28db28c9fbae29d1733b3361b731", element="9366dc5f-58b6-4300-bae4-dc359a320a6d")>
css_sel = '.btn.ready'
err_msg = 'no  item found in SpaceSupportForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 21.02.0-alpha24'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(303 more lines...)
Collapse Failed test_onepanel_basic test_support_space[1oz_1op_deployed-browser2]
2 mins
RuntimeError: no  item found in SpaceSupportForm in SpacesContentPage in content in Oneprovider Panel 21.02.0-alpha24
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="52d9026125d49937842c1ae600bf5be8", element="4038e5b2-5fce-427c-aee5-46b4997d4a97")>
css_sel = '.btn.ready'
err_msg = 'no  item found in SpaceSupportForm in SpacesContentPage in content in Oneprovider Panel 21.02.0-alpha24'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)
Collapse Failed test_onepanel_basic test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working[1oz_1op_deployed]
4 mins
RuntimeError: no  item found in SpaceSupportForm in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 21.02.0-alpha24
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="1860ab731d8933c65283b463c940857b", element="7985f692-9346-466d-9291-70ed0f712fe7")>
css_sel = '.btn.ready'
err_msg = 'no  item found in SpaceSupportForm in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 21.02.0-alpha24'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(313 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_update_import_in_storage_that_is_not_importenabled[1oz_1op_deployed]
2 mins
RuntimeError: space5 space not found
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="26d520d79d53883da1ec0ef347beb614")>
name = 'space5'

    def _choose_space_from_menu_list(oz_page, driver, name):
        option = 'data'
        try:
(74 more lines...)
Collapse Failed test_onepanel_basic test_user_successfully_deletes_space_instead_of_revoking_it[1oz_1op_deployed]
2 mins
RuntimeError: no  item found in SpaceSupportForm in SpacesContentPage in content in Oneprovider Panel 21.02.0-alpha24
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="9e1a1803b4f070f3331b0f93e534de81", element="95454126-2070-47e2-a91f-d5cc34cdf2fa")>
css_sel = '.btn.ready'
err_msg = 'no  item found in SpaceSupportForm in SpacesContentPage in content in Oneprovider Panel 21.02.0-alpha24'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(312 more lines...)
Collapse Failed test_onepanel_basic test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser_unified-new_storage1]
2 mins
RuntimeError: no "new_storage1" found in StorageContentPage in content in dev-oneprovider-krakow Oneprovider Panel 21.02.0-alpha24
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser_unified-new_storage1]'>>

    @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: 
(40 more lines...)
Existing test failures 1
Status Test Failing since Duration
RuntimeError: no "new_storage2" found in StorageContentPage in content in Oneprovider Panel 21.02.0-alpha24
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser_emergency-new_storage2]'>>

    @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...)