ui5-community / ui5-journey-recorder

Record using your UI5 app and export to wdi5 + OPA5!
https://chrome.google.com/webstore/detail/ui5-journey-recorder/clhcepeibbgcdmhalaaomdpofecmgimf
Apache License 2.0
13 stars 1 forks source link

Unknown StepType for input type fields #71

Closed prashant4be closed 3 months ago

prashant4be commented 3 months ago

Observe that getting error as unknown StepType for Input fields when I tried to record journey using Recorder,

I tried for standard demo app Browse Order app https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/orderbrowser/webapp/test/mockServer.html?sap-ui-theme=sap_horizon#

Tried to Search field to input some text but unfortunately not recorded correctly by Recorder, is that version issue? As I checked couple of videos in that it seems for input enterText("") correctly recorded but for me it didn't worked, Reference video https://youtu.be/oJCcFkwYyYM?t=675

Is there I missed something? @tabris87

image
tabris87 commented 3 months ago

So currently i don't see an issue within your usage. As the generated code looks not clean as well.

I will check with the provided app.

tabris87 commented 3 months ago

@prashant4be: I fixed the intended behaviour of the JourneyRecorder. The Click/Validation Step followed by consecutive KeyPress Steps should be converted into one InputStep. This also leads to the correct test code

Hopefully this release is published soon by Google

prashant4be commented 2 months ago

Thank you for the update.