GUI acceptance tests using environment deployed from packages.

Build: #13 failed

Job: Chrome onezone providers sync test failed

user renames group[1oz 3op providers sync-enter]: Test case result

The below summarizes the result of the test " user renames group[1oz 3op providers sync-enter]" in build 13 of Onedata Products - gui acceptance pkg - release-21.02.0-alpha1 - Chrome onezone providers sync test.
Description
user renames group[1oz 3op providers sync-enter]
Test class
gui.scenarios.test_onezone_groups_basic
Method
test_user_renames_group[1oz_3op_providers_sync-enter]
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

test setup failure
env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT157-COPST/onedata/tests/gui/environments/1oz_3op_providers_sync.yaml'

    @pytest.fixture(scope='session')
    def env_desc(env_description_abs_path):
>       with open(env_description_abs_path, 'r') as env_desc_file:
E       FileNotFoundError: [Errno 2] No such file or directory: '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT157-COPST/onedata/tests/gui/environments/1oz_3op_providers_sync.yaml'

tests/conftest.py:178: FileNotFoundError