You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Empty feature gets saved as "undefined" when creating new Scenario.
Other realted error message:
"Cannot read properties of undefined" (reading 'procedureName')
To Reproduce
Steps to reproduce the behavior:
Try adding a new scenario for a project without detected features
The text was updated successfully, but these errors were encountered:
Project has no Features so far and we're creating a new scenario, then // [FEATURE] undefined was added which is now not happening anymore.
the test procedure did not have a // [SCENARIO] comment, but we wanted to delete that test procedure. In the UI we're showing then only the testprocedure name, but as on deletion we did not find the // [SCENARIO] comment, we had an error
Describe the bug
Empty feature gets saved as "undefined" when creating new Scenario.
Other realted error message:
"Cannot read properties of undefined" (reading 'procedureName')
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: