GUI acceptance tests using environment deployed from packages.

Build: #1801 failed

Job: Oneprovider data tab failed

Test results

  • 74 tests in total
  • 2 tests failed
  • 1 failure is new
  • 12 tests were fixed
  • 127 minutes taken in total.

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

New test failures 1
Status Test Duration
Collapse Failed test_oneprovider_data_tab test_user_downloads_file_and_checks_its_content[1oz_1op_deployed]
1 min
RuntimeError: file 20B-0.txt has not been downloaded
request = <FixtureRequest for <Function 'test_user_downloads_file_and_checks_its_content[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: 
(35 more lines...)
Existing test failures 1
Status Test Failing since Duration
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="43d0f59ca06edee219a8e17198b65a3f")>
css_sel = '.modal-dialog', err_msg = 'no  item found in modals'

    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)
(279 more lines...)