GUI acceptance tests using environment deployed from packages.

Build: #2684 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 failures are new
  • 2 tests were quarantined / skipped
  • 19 minutes taken in total.

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

New test failures 2
Status Test Duration
Collapse Failed test_oneprovider_data_tab test_user_sees_size_statistics_after_clicking_on_size_statistics_icon[1oz_1op_deployed]
58 secs
RuntimeError: no  item found in SizeStatistics in Details modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="86e9ad1b19d9fd593964080879fa135b", element="f46ce66d-bad8-4625-a794-aca6136492a8")>
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...)
Collapse Failed test_oneprovider_data_tab test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel[1oz_1op_deployed]
2 mins
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...)