Skip to content

Commit

Permalink
TASK: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst committed May 10, 2023
1 parent a1257c7 commit 3523ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Feature: Routing functionality with multiple content dimensions

When I am on URL "/"
Then the node "carl-destinode" in content stream "cs-identifier" and dimension '{"market":"CH", "language":"en"}' should resolve to URL "/nody/carl"
And the node "carl-destinode" in content stream "cs-identifier" and dimension '{"market":"CH", "language":"de_DE"}' should resolve to URL "/de/nody/carl"
And the node "carl-destinode" in content stream "cs-identifier" and dimension '{"market":"CH", "language":"de_DE"}' should resolve to URL "/de/nody/karl-de"
And the node "carl-destinode" in content stream "cs-identifier" and dimension '{"market":"DE", "language":"de_DE"}' should resolve to URL "/de/nody/karl-de"


Expand Down

0 comments on commit 3523ae6

Please sign in to comment.