Hi all - I am new to Hobbes JS. I followed https://docs.adobe.com/docs/en/aem/6-1/develop/components/hobbes.html#par_title_4 and created a test suite with the following test case: new hobs.TestSuite("MyTestSuite", {path:"/etc/clientlibs/myFirstTestHobbes/MyFirstTest/myTestSuite.js"}).addTestCase(new...
I could not find a property to set lucene reindex frequency, however I could find reindex frequency for suggestion index.Does any one know the property? I could not find even in cheatsheet or in lucene documentation. Thanksvenkat
We are copying entire directory from one folder to other folder - we've two API's to do it. We can do it at workspace or using JCRUtil. Which one should we use and what are the use cases for each?We do see this error sometimes when we do workspace.copy() - unresolved conflicts (and fail during comm...
I would like to know how Headless capability is provided in AEM? Is it through RAPID (Re-constructive API for the DOM)? is this capability supported in AEM 6.2 version? please let me know. Thanks,Ravi Kandarpa
I have written some Hobbes.js test cases and would like to run them along side our deploy job to publish server in Jenkins. Is there a way to trigger these tests apart from manually clicking on the Run Tests button in Developer mode screen?ThanksSanjay
So we've been using AEM for years now. I went to download 6.3 for testing and I can't find it anywhere. It's not on the licensing site for us. Is there a secret handshake that's involved or am I missing something?much appreciated.-Jason
Hi,We are currently running AEM 6.1 and noticed that the publishing flow is able to publish locked pages. Ideally, we would like to stop this behavior because a locked page indicates that an author is working on it. Is this behavior normal in AEM? if it is, how can it be disabled?Amin
Hi All, I have created a group and users under it who have only read permissions. Once the user of this group is logged in , he can open page properties from sites console and view it. But when author tries to edit and save the property , AEM throws an error as shown in the attached screenshot. Requ...
Hi All,I want to move a node above or below to a particular node in sightly handler. Similar to how we order a node in CRXDE manually. Ex:jcr:Content Node1 Node2 Node0Now, I want to move Node0 above Node1, in sightly handler.Regards,Vikram.
Hi, I am using AEM 6.3 for my POCs. I have overlayed the /libs/foundation/components/page component to customize the page creation wizard. I have added one check box in page creation wizard (Added a checkbox field at /apps/foundation/components/page/cq:dialog/content/items/t...