You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testDescription: 'wildcard on array of objects to get strings',
355
+
testDescription: 'compute wildcard on array of objects to get strings',
366
356
params: `wildcard get strings {{step.${randomStepID}.arrayOfObjectsProp.*.stringProp}}`,
367
357
expected:
368
358
'wildcard get strings string value 1 in array of objects, string value 2 in array of objects',
369
359
},
370
360
{
371
-
testDescription: 'wildcard on array of objects to get numbers',
361
+
testDescription: 'compute wildcard on array of objects to get numbers',
372
362
params: `wildcard get numbers {{step.${randomStepID}.arrayOfObjectsProp.*.numberProp}}`,
373
363
expected: 'wildcard get numbers 456, 789',
374
364
},
375
365
{
376
-
testDescription: 'wildcard on both strings and numbers',
366
+
testDescription: 'compute wildcard on both strings and numbers',
377
367
params: `wildcard get strings and numbers {{step.${randomStepID}.arrayOfObjectsProp.*.stringProp}} {{step.${randomStepID}.arrayOfObjectsProp.*.numberProp}}`,
378
368
expected:
379
369
'wildcard get strings and numbers string value 1 in array of objects, string value 2 in array of objects 456, 789',
0 commit comments