Hi @BrianKasingli ,
The solution you've mentioned above is for Granite UI. How does it work for Coral UI 3?
Is it the same way ?
Many thanks in advance!
Best,
Rupal
Hi @Saravanan_Dharmaraj ,
Thank you for your reply. I checked this code from @arunpatidar , however he has not covered the core component's methods which were overridden in model class, for example - getActions() , getLinkURL(), getImageResource() etc.
Do we not have to cover these methods from c...
Hi All,
I have a custom hero component, which is extended from Image/v3 core component. The sling model is written using Sling Delegation pattern. I have overridden getSrc() and getAlt() methods in my sling model.
How do we write Junit test case for these methods specifically ? Are these methods ...
Hi @leocwlau ,
Thank you for responding.
It is a consistent behaviour. We do have ECID service in our website to accept mcid being passed. AppendtoURL also work perfectly fine, since we checked in debugger, visitor's mcid remains consistent in this movement.
But I am unsure about the count of vi...