@@ -9,7 +9,7 @@ Feature: Show node references
99
1010 Scenario : List weak references
1111 Given the current node is "/tests_general_base/idExample/jcr:content/weakreference_target"
12- And I execute the "node:references --no-ansi" command
12+ And I execute the "node:references . --no-ansi" command
1313 Then the command should not fail
1414 And I should see a table containing the following rows:
1515 | Type | Property | Node Path |
@@ -18,15 +18,15 @@ Feature: Show node references
1818
1919 Scenario : List named weak references
2020 Given the current node is "/tests_general_base/idExample/jcr:content/weakreference_target"
21- And I execute the "node:references ref2 --no-ansi" command
21+ And I execute the "node:references . ref2 --no-ansi" command
2222 Then the command should not fail
2323 And I should see a table containing the following rows:
2424 | Type | Property | Node Path |
2525 | weak | ref2 | /tests_general_base /idExample /jcr :content /weakreference_target |
2626
2727 Scenario : List strong references
2828 Given the current node is "/tests_general_base/idExample"
29- And I execute the "node:references --no-ansi" command
29+ And I execute the "node:references . --no-ansi" command
3030 Then the command should not fail
3131 And I should see a table containing the following rows:
3232 | Type | Property | Node Path |
0 commit comments