GUI acceptance tests using environment deployed from packages.

Build: #2444 failed Child of ODSRV-OPRPM-2260

Stages & jobs

  1. Acceptance Test

Build result summary

Details

Completed
Queue duration
29 minutes
Duration
65 minutes
Labels
None
Revision
4fefc0768bebcb7626602db3be562e8929a10049
Total tests
719
Failing since
#2441 (Child of ODSRV-OZP-1821)
Fixed in
#2445 (Child of ODSRV-OZP-1822)

Tests

Responsible

  • Katarzyna Such Katarzyna Such Automatically assigned
  • Agnieszka Warchol Agnieszka Warchol Automatically assigned

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Tests

Existing test failures 2
Status Test Failing since View job Duration
AssertionError: displayed size 3 B for dir1 does not match expected —
request = <FixtureRequest for <Function 'test_user_sees_size_statistics_after_turning_on_size_statistics[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: 
(32 more lines...)
RuntimeError: no  item found in popups
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="77ad8f1a994c39346990ef8c868219b4")>
css_sel = '.webui-popover.in', err_msg = 'no  item found in popups'

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