Blocker: Reference App builds locally But fails on commit

I am working on this issue and after making some changes in the openmrs-distro-referenceapplication to meet my requirements, all my local changes build successfully. On triggering a commit to openmrs-distro-referenceapplication qa branch, the CI plan fails. With reference to the ci job am able to understand that the qa branch module is dependant on openmrs-contrib-uitestframework. How do I approach this

Here is the use case:
a. Locally i first build the parent node openmrs-contrib-uitestframework and then build the child node openmrs-distro-referenceapplication on their respective branches.
b. Made the changes on the child node and build again. All the tests passed
c.Triggered a commit on the openmrs-distro-referenceapplication

This is where it fails from line of code , cross check very well to see if you have imported all the packages, and FYI i have been able to go about it by reverting that line of code however am still reviewing that code cc @k.joseph

Technically i have no change that have made on that block

Thats true because its on master branch , try changing it to clickOn(VISIT_NOTE) this will make it run however it need to be deeply looked into since its change that has been added recently