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:
Eugenio Romano
2019-11-21 10:12:52 +00:00
committed by Denys Vuika
parent 1ec827a90c
commit c61de922af
21 changed files with 882 additions and 566 deletions

View File

@@ -30,9 +30,9 @@ export class StartProcessCloudConfiguration {
'value': 17
}
],
'variables': {
'my-key1': 'myvalue',
'my-key2': 'myvalue2'
'variable': {
'mykey1': 'myvalue',
'mykey2': 'myvalue2'
}
};
}