Determines whether a step title belongs to a Praman-managed step.
A step is considered a Praman step when it either:
\>
module \> action
The step title to classify.
true if the step was produced by a Praman abstraction.
true
isPramanStep('Click button'); // trueisPramanStep('navigation > open'); // trueisPramanStep('page.click'); // false Copy
isPramanStep('Click button'); // trueisPramanStep('navigation > open'); // trueisPramanStep('page.click'); // false
Determines whether a step title belongs to a Praman-managed step.
A step is considered a Praman step when it either:
\>(the withStep wrapper patternmodule \> action).