diff --git a/test/tests/Item_Cloning.js b/test/tests/Item_Cloning.js index c16b6670..aa8a357d 100644 --- a/test/tests/Item_Cloning.js +++ b/test/tests/Item_Cloning.js @@ -17,7 +17,7 @@ test('Path#clone()', function() { path.locked = true; path.visible = false; path.blendMode = 'blend'; - path._clipMask = true; + path.clipMask = true; path.selected = true; cloneAndCompare(path); });