Hi,
i am having struggles with clicking "DPP" as on the attached file. On cliking DPP i would expect a differnt view to appear on the right side of the screen, but it does not. To confirm if it works, i then tried with another item from the treelist "PIM" and it expanded the menu so that i could see subnodes. That led me to the assumption that there are issues with clicking a treelistitem without subnodes.
Here my code:
Code:
it("Should click DPP", function () {
ST.component('treelistitem[text="DPP"]')
.click(10, 10)
});
when exchanging DPP for PIM it clicks on the PIM entry without problems. The locators were found using the "Sencha component locator". I spent so much time trying to click DPP to have my view change. Help would be very much appreciated.
Best regards
Michael