GUI acceptance tests using environment deployed from packages.

Build: #950 failed

Job: Oneprovider ACL files failed

Test results

  • 26 tests in total
  • 4 tests failed
  • 34 minutes taken in total.

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

Existing test failures 4
Status Test Failing since Duration
RuntimeError: no  item found in Edit permission modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="0e97e40afadc46e8cb307928c55179ae", element="bc849b70-dbca-42ce-822e-6aa0ee0f2b3c")>
css_sel = '.alert.error', err_msg = 'no  item found in Edit permission modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(296 more lines...)
RuntimeError: no  item found in Edit permission modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="128d5f4228889fbd73ddce9ffb36e22d", element="ba0883d0-a42a-4c46-a88b-799d0e2a216d")>
css_sel = '.alert.error', err_msg = 'no  item found in Edit permission modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(296 more lines...)
RuntimeError: no "Metadata" found in Data row menu
request = <FixtureRequest for <Function 'test_read_files_metadata[1oz_1op_deployed-group-group1-fails-all except [metadata:read metadata]]'>>

    @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: 
(49 more lines...)
RuntimeError: no "Metadata" found in Data row menu
request = <FixtureRequest for <Function 'test_read_files_metadata[1oz_1op_deployed-user-user1-fails-all except [metadata:read metadata]]'>>

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