cancel
Showing results for 
Search instead for 
Did you mean: 

Test Automation in Build Process Automation is hanging

nknight
Explorer
0 Kudos

I am on Learning Journey "Utilize SAP Build for Low-Code/No-Code Applications and Automations for Citizen Developers". I am in unit two in the section "Boosting Business Process with Automation". I have created my automation following all steps and it looks as follows (exactly the same as shown in the training):

nknight_0-1674470126864.png

When I get to the step of "Testing the automation" it does nothing as per below. Just sits there forever:

nknight_1-1674470363842.png

I cannot see any errors as such, it just doesn't load the popup. Has anyone else encountered this or knows what the problem could be?

Regards

Nicole

nknight
Explorer
0 Kudos
I was using edge to run it. I have just switched across to Chrome and it all worked fine. I'm not sure why it's not working with Edge.
View Entire Topic
jannes_schofeld
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @vikas75saxena

 

did you successfully execute the previous steps in the exercise (manually deploying using cf push)?

Also, did you use the solution GitHub repository when starting to build your application as suggested in the Learning Journey?

If not, you could try to select the corresponding solution branch to your current exercise there

Screenshot 2022-06-13 at 08.09.00.png

and then replace the  package.json and package-lock.json files in your project with the respective files from the GitHub repository and then retry the build and deployment steps.

If that doesn't work, it is hard to tell from the distance what the issue might be. Easiest solution would be to use the solution/5_deploy_manually branch from the GitHub and go on from there. If you used the GitHub repository from the start, you could just run command 

 git checkout solution/5_deploy_manually

within the terminal in your project and then go on from there.

Best regards,

Jannes

Margit_Wagner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @vikas75saxena

Did the suggestion shared by @jannes_schofeld solve the issue you reported?

If this question is answered from your perspective, I also would like to ask you to use function “Accept as Solution" to complete this case.

Kind regards

Margit