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
While changing the name of a scenario there pops up an error that the feature exists in multiple files and that currently one features inside one file are supported.
To Reproduce
Create a test codeunit with Feature A and some scenarios
Create another test codeunit with Feature A and some scenarios
Try to rename one of the scenarios
Expected behavior/result
The renaming of the scenario should have nothing to do with such feature validation.
The text was updated successfully, but these errors were encountered:
@martonsagi: As an exception I made a change in the webui - Just for your Info :) The issue was that I had the same error on adding a new scenario when the feature is split up over two files. I tried to find the fspath based on the feature name and project I got from the ui site, but in the scenario described above I got two features and didn't know to which file I should add the new scenario. Now I'm handing over the fspath of the previous entry as well
Describe the bug
While changing the name of a scenario there pops up an error that the feature exists in multiple files and that currently one features inside one file are supported.
To Reproduce
Expected behavior/result
The renaming of the scenario should have nothing to do with such feature validation.
The text was updated successfully, but these errors were encountered: