Get help with testing, discuss unit testing strategies etc.


Post by Enzoo »

klodoma wrote: Thu Sep 19, 2019 8:49 am
nickolay wrote: Tue Sep 10, 2019 2:09 pm Try adding `t.simulator.forceTouchEvents = false` at the top of the test file?
I'm replying late. Yes, this seems to solve the problem at least for the provided example.
I'll try to add it to the other cases and I'll provide feedback.
This does not help in my case, it still does the same thing and bugs out in siesta code.

Post by nickolay »

@Enzoo - I've just tried with Sencha Touch 2.3 and it seems to work fine. What is your Sencha Touch version? Please start a new thread for your reply.

Post by klodoma »

A longpress fires childlongpress which is correct.
But it fires also a childtap, not sure, is this normal?
Attachments
Screenshot_462.png
Screenshot_462.png (171.82 KiB) Viewed 3493 times

Post by nickolay »

Yes, this is correct. In the same way `click` fires `mousedown` and `mouseup`

Post Reply