More Than a bug is a question, Im creating a Kview in a tab with this code,
KView { withParent { withClassName(endsWith("TabView")) } withText(sectionName) } after that I perform a scrollTo and a click, this actions happens but then I get an error Error performing 'single click - At Coordinates: 922, 272 and precision: 16, 16' on view '(has parent matching: (with class name: a string ending with "TabView") and with text: is "Test Tab")' , any idea in what is the problem.
More Than a bug is a question, Im creating a Kview in a tab with this code,
KView { withParent { withClassName(endsWith("TabView")) } withText(sectionName) }
after that I perform a scrollTo and a click, this actions happens but then I get an errorError performing 'single click - At Coordinates: 922, 272 and precision: 16, 16' on view '(has parent matching: (with class name: a string ending with "TabView") and with text: is "Test Tab")'
, any idea in what is the problem.