diff --git a/test/tests/Item.js b/test/tests/Item.js index a31488cb..029f94b0 100644 --- a/test/tests/Item.js +++ b/test/tests/Item.js @@ -204,14 +204,6 @@ test('getPreviousSibling() / getNextSibling()', function() { }, true); }); -test('hidden', function() { - var firstPath = new Path(); - firstPath.visible = false; - equals(function() { - return firstPath.hidden; - }, true); -}); - test('reverseChildren()', function() { var doc = paper.document; var path = new Path();