Skip to content

Commit

Permalink
TASK: Remove duplicated And I am in workspace declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Jun 23, 2024
1 parent 4ea13be commit 78e0f89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Feature: Basic routing functionality (match & resolve document nodes in one dime
# earl-o-documentbourgh
# nody-mc-nodeface
#
And I am in workspace "live" and dimension space point {}
And the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName |
| shernode-homes | lady-eleonode-rootford | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "ignore-me"} | node1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ Feature: Low level tests covering the inner behavior of the routing projection
| "c" | "lady-eleonode-rootford/shernode-homes/c" | "c" | "shernode-homes" | "b" | null | "Neos.Neos:Test.Routing.Page" |

Scenario: ab(> b1, b2 > b2a)c => a(> b2 > b2a)b(> b1)c (moving b1 below a)
And I am in workspace "live" and dimension space point {}
And the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName |
| b1 | b | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "b1"} | b1 |
Expand All @@ -246,7 +245,6 @@ Feature: Low level tests covering the inner behavior of the routing projection
| "c" | "lady-eleonode-rootford/shernode-homes/c" | "c" | "shernode-homes" | "b" | null | "Neos.Neos:Test.Routing.Page" |

Scenario: ab(> b1, b2 > b2a)c => b(> b1, a, b2 > b2a)c (moving a below b)
And I am in workspace "live" and dimension space point {}
And the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName |
| b1 | b | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "b1"} | b1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Feature: Route cache invalidation
# earl-o-documentbourgh
# nody-mc-nodeface
#
And I am in workspace "live" and dimension space point {}
And the following CreateNodeAggregateWithNode commands are executed:
| nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | nodeName |
| shernode-homes | lady-eleonode-rootford | Neos.Neos:Test.Routing.Page | {"uriPathSegment": "ignore-me"} | node1 |
Expand Down

0 comments on commit 78e0f89

Please sign in to comment.