File tree Expand file tree Collapse file tree
bindings/src/Capgemini.PowerApps.SpecFlowBindings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ stages:
4040 displayName : Create GitHub releaes
4141 condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
4242 inputs :
43- gitHubConnection : ' Github Capgemini '
43+ gitHubConnection : ' GitHub (ewingjm) '
4444 repositoryName : ' $(Build.Repository.Name)'
4545 action : ' create'
4646 target : ' $(Build.SourceVersion)'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void OpenTestRecord(string recordAlias)
5656 /// <inheritdoc/>
5757 public EntityReference GetTestRecordReference ( string recordAlias )
5858 {
59- var obj = ( Dictionary < string , object > ) this . javascriptExecutor . ExecuteAsyncScript ( $ "{ TestDriverReference } .getRecordReference('{ recordAlias } ').then(arguments[arguments.length - 1] );") ;
59+ var obj = ( Dictionary < string , object > ) this . javascriptExecutor . ExecuteScript ( $ "{ TestDriverReference } .getRecordReference('{ recordAlias } ');") ;
6060
6161 return new EntityReference ( ( string ) obj [ "entityType" ] , Guid . Parse ( ( string ) obj [ "id" ] ) ) ;
6262 }
You can’t perform that action at this time.
0 commit comments