Closed
Description
Given the following element and test action:
//In AdminLoginFormSection
<element name="paramelement" type="button" selector="{{var1}}" parameterized="true"/>
<click stepKey="1" selector="{{AdminLoginFormSection.paramelement('SomeString.$data.key$.after')}}"/>
The Generator actually outputs
$I->click("SomeString." . $data->getCreatedDataByName('key') . ".after");
We do not want to allow this kind of nested replacement, as this kind of replacement can't be replicated nested xml.data references (and is a door to recursive replacement we do not want to be open).
Expected result
ActionObject detects when a user is attempting to input