Closed Rahul9844 closed 6 years ago
Thanks @Rahul9844 for raising this one. Will look into it.
We've implemented a fix and built the following gwen-web snapshot for you to test this out. Please let us know how it goes.
Empty argument values are working on above build.
If the 1st parameter is blank; it still fails with an unsupported step defn error.
Below work And I test "1" ""
Below does not work And I test "" "1"
Thanks Rahul. We have corrected this in the snapshot build below. Please retest and let us know how it goes.
Tested both above mentioned scenarios on gwen-web-2.14.3-3-g821d258-SNAPSHOT.zip and its working.
Below behaviour is observed where gwen does not accept empty values to step-definition and reports as unsupported step.
Example : Below works I enter form details "Rahul", age "26"
Example : Below reports unsupported step definition I enter form details "", age ""