Skip to content

fix(e2e): sync singular/plural wording in step tables#2799

Open
v-scharf wants to merge 1 commit into
mainfrom
fix/e2e-resource-user-singular-plural-steps
Open

fix(e2e): sync singular/plural wording in step tables#2799
v-scharf wants to merge 1 commit into
mainfrom
fix/e2e-resource-user-singular-plural-steps

Conversation

@v-scharf

@v-scharf v-scharf commented Jul 3, 2026

Copy link
Copy Markdown
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant