Scenario Outline Examples : Data issue - Incorrect steps generated in case use ' symbol in examples data
HI All,
I am facing an issue to automate scenario Outline as I have different data with ' Symbol in examples data for every time when I tried to generate the steps it shows different method and link with one of data please help to resolve this issue .check the attached snapshot for more reference.
Expected :
[When(@"Enter the '([^']*)' and '([^']*)'")]
Actual :
[When(@"Enter the '([^']*)' and '([^']*)'ve emailed you a reset password link\. If you don'([^']*)'")]
0
-
Just put double quotes around <username> and <password> :)
0
Please sign in to leave a comment.
Comments
1 comment