SlateFoundation / slate-cbl

http://slatefoundation.github.io/slate-cbl/
MIT License
7 stars 7 forks source link

setup siesta testing suite #90

Closed themightychris closed 8 years ago

themightychris commented 8 years ago
aliyeysides commented 8 years ago

I have the checks against instantiation and store configuration but not sure if I understand that last 'rendering' part. I have a check for component visibility which fires after render but idt that's what you wanted

themightychris commented 8 years ago

@aliyeysides in the current test, renderTo: Ext.getBody() is provided to Ext.create, meaning the component is rendered immediately during instantiation and doesn't have to go through a state of being created but not yet rendered. Create tests where it is created without renderTo, and then call aggregrid.setRenderTo(Ext.getBody()) later

themightychris commented 8 years ago

@aliyeysides additionally I left you a bunch of comments on the code in #93