Skip to content

Commit

Permalink
[Behat] Fixed obsolete ibexa_query Controller references
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Feb 7, 2025
1 parent 1aa4e5b commit 9580714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bundle/Core/Features/QueryController/setup.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: Query controller
template: "@IbexaBehat/tests/dump.html.twig"
match:
Id\Location: "%location_id(QueryControllerContainer/QueryControllerItem1)%"
controller: ibexa_query:locationQueryAction
controller: ibexa_query::locationQueryAction
params:
query:
query_type: 'LocationChildren'
Expand All @@ -32,7 +32,7 @@ Feature: Query controller
template: "@IbexaBehat/tests/dump.html.twig"
match:
Id\Location: "%location_id(QueryControllerContainer/QueryControllerItem2)%"
controller: ibexa_query:pagingQueryAction
controller: ibexa_query::pagingQueryAction
params:
query:
query_type: 'LocationChildren'
Expand All @@ -43,7 +43,7 @@ Feature: Query controller
template: tests.html.twig
match:
Id\Location: "%location_id(QueryControllerContainer/QueryControllerItem3)%"
controller: ibexa_query:pagingQueryAction
controller: ibexa_query::pagingQueryAction
params:
query:
query_type: 'LocationChildren'
Expand All @@ -55,7 +55,7 @@ Feature: Query controller
template: tests.html.twig
match:
Id\Location: "%location_id(QueryControllerContainer/QueryControllerItem4)%"
controller: ibexa_query:pagingQueryAction
controller: ibexa_query::pagingQueryAction
params:
query:
query_type: 'LocationChildren'
Expand Down

0 comments on commit 9580714

Please sign in to comment.