GUI acceptance tests using environment deployed from packages.

Build: #2688 failed

Job: Oneprovider data tab failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Test results

  • 19 tests in total
  • 2 tests failed
  • 2 tests were quarantined / skipped
  • 13 minutes taken in total.

Build 2,688 has the following 2 errors:There were no new test failures since the previous build.

Existing test failures 2
Status Test Failing since Duration
RuntimeError: no  item found in SizeStatistics in Details modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="c58c551640dd0b2132cbc48604f194fa", element="64bb8794-d6c5-47dc-9ddc-f0271533efea")>
css_sel = '.section-title'
err_msg = 'no  item found in SizeStatistics in Details modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)
AssertionError: distribution for dev-oneprovider-krakow is not entirely filled
request = <FixtureRequest for <Function 'test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
(34 more lines...)