GUI acceptance tests using environment deployed from packages.

Build: #768 failed

Job: Onepanel basic failed

Test results

  • 18 tests in total
  • 4 tests failed
  • 42 minutes taken in total.

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

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="9ce9e8fbc67fdbbe79c9e4de04c056b8")>
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="b566d4fb367c488d1863d3eed731c35c")>
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...)