update test for non delegated opacity

This commit is contained in:
Andrea Bogazzi 2015-12-06 20:46:32 +01:00
parent c461792a39
commit 025f02397e

View file

@ -127,7 +127,7 @@
equal(group.set('opacity', 0.12345), group, 'should be chainable');
equal(group.get('opacity'), 0.12345, 'group\'s "own" property should be set properly');
equal(firstObject.get('opacity'), 0.12345, 'objects\' value should be set properly');
equal(firstObject.get('opacity'), 1, 'objects\' value of non delegated property should stay same');
group.set('left', 1234);
equal(group.get('left'), 1234, 'group\'s own "left" property should be set properly');