[ACA-3611] Create test folder for E2E precondition files (#7088)

* create test folder

* if folder exists get its details

* rename precondition files
This commit is contained in:
Iulia Burcă
2021-06-14 22:09:57 +03:00
committed by GitHub
parent 4b6f735dcc
commit ad987a8d34
9 changed files with 43 additions and 14 deletions

View File

@@ -209,37 +209,43 @@ export const ACTIVITI_APPS: any = {
}
]
};
export const ACS_DEFAULT: any = {
files : [
{
name: 'share_profile_pic.png',
name: 'e2e_share_profile_pic.png',
destination: '-my-',
action: 'UPLOAD'
},
{
name: 'share_profile_pic.jpg',
name: 'e2e_share_profile_pic.jpg',
destination: '-my-',
action: 'UPLOAD'
},
{
name: 'lock.png',
name: 'e2e_lock.png',
destination: '-my-',
action: 'LOCK'
},
{
name: 'second_lock.png',
name: 'e2e_second_lock.png',
destination: '-my-',
action: 'LOCK'
},
{
name: 'share_file.jpg',
name: 'e2e_share_file.jpg',
destination: '-my-',
action: 'SHARE'
},
{
name: 'favorite_file.jpg',
name: 'e2e_favorite_file.jpg',
destination: '-my-',
action: 'FAVORITE'
}
]
],
e2eFolder:
{
name: 'e2e-test-data'
}
};