Unique displayName with timestamp, v1.0.13
This commit is contained in:
@@ -187,7 +187,7 @@ async function runTest(){
|
||||
svcOperationId:selectedOp.opId,
|
||||
params,
|
||||
instanceUid:instUid,
|
||||
displayName:'autotest-'+selectedOp.svcId
|
||||
displayName:'autotest-'+selectedOp.svcId+'-'+Date.now().toString(36)
|
||||
})});
|
||||
const d=await r.json();
|
||||
const cls=d.status==='OK'?'badge badge-success':'badge';
|
||||
|
||||
Reference in New Issue
Block a user