fix(e2e): sync singular/plural wording in step tables#2799
Open
v-scharf wants to merge 1 commit into
Open
Conversation
v-scharf
commented
Jul 3, 2026
Contributor
- Sync singular/plural wording like resource(s) user(s) etc in the e2e steps.
- adjust setting.json so clicking a gherkin step navigates to its step definition
Adjust resource(s), user(s), group(s), tag(s), folder(s), file(s), member(s), sharee(s), recipient(s), role(s), share(s), filter(s), notification(s) and version(s) wording in feature step text to match the actual number of rows in the following data table (singular for 1 row, plural for more). Also fix several step definitions that hardcoded a fixed singular or plural form instead of using the project's (s) optional-text convention, which caused them to stop matching once the feature wording was corrected. Additionally override cucumberautocomplete.pureTextSteps to false in workspace settings, since the global user setting for another project was leaking in and disabling Cucumber Expression optional/alternative text support (breaking Go to Definition for steps using (s)). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.