Skip a step for a section that is not visible
Summary:
We are having a scenario where a step 1(message) would come up , if we are in one portion of the invoice page and another message should come up, if we are in another portion of the page(step2).
We would like to skip step1 , which that portion of the page is not accessed and run step2 if second portion of the page is directly accessed.
We had created step1 with a step condition of visible element
Checked Skip if element not found OR conditions not met
We had created step2 with a step condition of visible element
But it is not moving to skipping to step 2.
0