@@ -6,21 +6,21 @@ Feature: Clone a node from a given workspace to the current workspace
66 Background :
77 Given that I am logged in as "testuser"
88 And the current workspace is "default_1"
9- And the "session_data .xml" fixtures are loaded
9+ And the "cms .xml" fixtures are loaded
1010 And the current workspace is "default"
11- And the "session_data .xml" fixtures are loaded
11+ And the "cms .xml" fixtures are loaded
1212
13- Scenario : Clone node
14- Given I execute the "workspace:node:clone test /tests_general_base/index.txt /index.txt" command
15- Then the command should not fail
16- And I save the session
17- And there should exist a node at "/index.txt"
13+ # Scenario: Clone node
14+ # Given the current workspace is "default"
15+ # And I execute the "workspace:node:clone default_1 /cms/articles/article1 /cms/clone" command
16+ # Then the command should not fail
17+ # And I save the session
18+ # And there should exist a node at "/cms/clone"
1819
1920 Scenario : Clone onto existing
20- Given I execute the "workspace:node:clone test /tests_general_base/index.txt /tests_general_base/index.txt " command
21+ Given I execute the "workspace:node:clone default_1 /cms/articles/article1 /cms/articles " command
2122 Then the command should fail
22- And there should exist a node at "/tests_general_base/index.txt"
2323
2424 Scenario : Clone onto existing but remove
25- Given I execute the "workspace:node:clone --remove-existing test /tests_general_base/index.txt /tests_general_base/index.txt " command
25+ Given I execute the "workspace:node:clone --remove-existing default_1 /cms/articles/article1 /cms/articles/article1 " command
2626 Then the command should not fail
0 commit comments