GUI acceptance tests using environment deployed from packages.

Build: #772 failed

Job: Onepanel basic failed

Test results

  • 18 tests in total
  • 5 tests failed
  • 1 failure is new
  • 44 minutes taken in total.

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

New test failures 1
Status Test Duration
Collapse Failed test_onepanel_basic test_revoke_space_support[1oz_1op_deployed-browser1]
3 mins
AssertionError: no info notify with ".*[Aa]dded.*support.*space.*" msg found
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_deployed-browser1]'>>

    @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...)
Existing test failures 4
Status Test Failing since Duration
AssertionError: Modal does not contain text "Forbidden"
request = <FixtureRequest for <Function 'test_user_fails_to_modify_cluster_without_modify_cluster_privileges[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: 
(25 more lines...)
RuntimeError: no  item found in Onezone Login page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="7f118a4dfcac232c4d05d516d9648670")>
css_sel = 'input[placeholder="Username"]'
err_msg = 'no  item found in Onezone Login page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(307 more lines...)
RuntimeError: no  item found in Onezone Login page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="906d4e72fb3f68f4d179aa4268239b6c")>
css_sel = 'input[placeholder="Username"]'
err_msg = 'no  item found in Onezone Login page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(307 more lines...)
AttributeError: admin already in use
request = <FixtureRequest for <Function 'test_user_successfully_change_passphrase_in_emergency_passphrase_view[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: 
(57 more lines...)