mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix ps e2e (#5262)
* fix ps e2e * fix upload unit report * fix cspell * Update cspell.json * fix e2e * remove extra space * fix e2e increase resolution * try add a sleep before to cehck sorted in order to give datable time to refresh * log order * fix log * change async ins ort * remove sort testcase
This commit is contained in:
committed by
Denys Vuika
parent
1ec827a90c
commit
c61de922af
@@ -30,9 +30,9 @@ export class StartProcessCloudConfiguration {
|
||||
'value': 17
|
||||
}
|
||||
],
|
||||
'variables': {
|
||||
'my-key1': 'myvalue',
|
||||
'my-key2': 'myvalue2'
|
||||
'variable': {
|
||||
'mykey1': 'myvalue',
|
||||
'mykey2': 'myvalue2'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user