Multiple folder move added
This commit is contained in:
@@ -84,6 +84,9 @@ class UiSmokeGoldenTest(unittest.TestCase):
|
||||
self.assertIn('currentPath: "/Volumes"', app_js)
|
||||
self.assertIn('Cross-root directory move is not supported in v1', app_js)
|
||||
self.assertIn('Batch directory move is not supported in v1', app_js)
|
||||
self.assertIn('Batch move requires all selected items to be in the same root', app_js)
|
||||
self.assertIn('destination_base', app_js)
|
||||
self.assertIn('sources: selectedItems.map((item) => item.path)', app_js)
|
||||
self.assertIn("function rootKeyFromPath(path)", app_js)
|
||||
self.assertIn("function isNestedPath(sourcePath, destinationPath)", app_js)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user