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
Scenario: The catalog can be searched by author name.Given these books in the catalog
| Author | Title | | StephenKing | TheShining | | JamesBaldwin | IfBealeStreetCouldTalk |When a name search is performed for Stephen
with this step definition:
@when(parsers.re("a (?P<search_type>name|title) search is performed for (?P<search_term>.+)"))defa_SEARCH_TYPE_is_performed_for_SEARCH_TERM(
search_type: str,
search_term: str,
catalog: Catalog,
search_results: list,
):
π Any additional context?
No response
The text was updated successfully, but these errors were encountered:
π What did you see?
All of the steps show as defined except the step that uses Regular Expressions
β What did you expect to see?
All of the steps are recognized.
π¦ Which tool/library version are you using?
Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:43:08.196Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Cucumber for VSCode v1.10.0
π¬ How could we reproduce it?
with this step definition:
π Any additional context?
No response
The text was updated successfully, but these errors were encountered: