GUI acceptance tests using environment deployed from packages.

Build: #997 failed

Job: Storage sync failed

Test results

  • 7 tests in total
  • 2 tests failed
  • 29 minutes taken in total.

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

Existing test failures 2
Status Test Failing since Duration
AssertionError: displayed number of files 1 does not match expected 2
request = <FixtureRequest for <Function 'test_user_does_not_see_files_update_when_write_once_option_is_enabled[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: 
(29 more lines...)
AssertionError: numbers of items are not equal
request = <FixtureRequest for <Function 'test_user_sees_that_files_are_deleted_after_synchronization_when_delete_and_write_once_options_are_enabled[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: 
(27 more lines...)