We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When steps are generated from step like this:
And User should see "103 out of 105 remaining to complete category" chapter summary text now generated step loks like this:
And User should see "103 out of 105 remaining to complete category" chapter summary text
Then(/^User should see \"(.*?)\" chapter summary text$/) { matches, _ in let string = matches[1] }
but when I insert it into code then xcode is giving me error message:
What am I doing wrong?
Than You
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When steps are generated from step like this:
And User should see "103 out of 105 remaining to complete category" chapter summary text
now generated step loks like this:
but when I insert it into code then xcode is giving me error message:
What am I doing wrong?
Than You
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: