GUI acceptance tests using environment deployed from packages.

Build: #1484 failed

Job: Chrome metadata test failed

Test results

  • 24 tests in total
  • 2 tests failed
  • 2 failures are new
  • 21 minutes taken in total.

Build 1,484 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_metadata test_add_valid_metadata_in_xml_format[1oz_1op_deployed-Directory metadata-dir1-<rdf:XML xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"></rdf:XML>]
2 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="868f3390184b8f9dc5379a795107873c")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(283 more lines...)
Collapse Failed test_metadata test_discard_changes_while_entering_metadata_in_json_format[1oz_1op_deployed-dir1]
2 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="1f87482634cda859625169971b898518")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(283 more lines...)