GUI acceptance tests using environment deployed from packages.

Build: #25 failed

Job: Chrome transfers tests was successful

Test results

  • 10 tests in total
  • 4 tests were quarantined / skipped
  • 43 minutes taken in total.

Build 25 has the following 4 quarantined tests:

Quarantined tests 4
Status Test Failing since Quarantined by Duration
AssertionError: Transfer transferred is 50 MiB instead of 0 B in ended
request = <FixtureRequest for <Function 'test_user_tries_to_migrate_directory_to_too_small_space_on_remote_provider[1oz_2op_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: 
(36 more lines...)
AssertionError: Transfer transferred is 50 MiB instead of 0 B in ended
request = <FixtureRequest for <Function 'test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider[1oz_2op_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: 
(36 more lines...)
AssertionError: Transfer transferred is 50 MiB instead of 0 B in ended
request = <FixtureRequest for <Function 'test_user_tries_to_replicate_directory_to_too_small_space_on_remote_provider[1oz_2op_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: 
(36 more lines...)
RuntimeError: no  item found in file blocks for provider record for "dev-oneprovider-paris" in Data distribution modal for "large_file.txt"
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="d1fe733482c0144a1246241e2b826323", element="e8c00382-a771-48b7-9be6-7f32ae802164")>
css_sel = 'canvas'
err_msg = 'no  item found in file blocks for provider record for "dev-oneprovider-paris" in Data distribution modal for "large_file.txt"'

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