-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Step generated from scenario outline '<type>' is empty #712
Comments
@ShawnTuatara No need for you to make a pull request with a test, I have already created a pull request with a fix (and tests) for this issue: #713. |
Nice. Thanks! Look forward to using the next release version. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I upgraded to 1.1.6 and am running into an issue when using example sets. Here is my scenario:
The Example structure is used the same in a number of scenarios and we just update the data table with the fields that are required for that stepdef. Unfortunately in CucumberScenarioOutline.java:114 it does a text.isEmpty() check and those fields are empty. The debug context shows:
Within my stepdef I have my own logic around how to manage specific empty strings for a certain column. Here is a snip of the stepdef:
Looks like a280f2f is the commit that is causing the issue. Will try to make a pull request with a test to exercise this issue.
The text was updated successfully, but these errors were encountered: