I tried to test the component's behaviour in it.tests.Have included the component in the page with CQ.client, Have followed these steps.1. Created the page with cq.Client. @Rule
public Page root = new Page(cqBaseClassRule.authorRule); 2. If i add Text component from core it was working fine. // thi...