Get help with testing, discuss unit testing strategies etc.


Post by fredric berling »

t.type(searchfield.inputEl, 'www.kalle.com', function(){
    t.ok(true, 'text input')
}) 
This will send "delete" on every "dot". ending up with "wwwkallecom"

What am i doing wrong?

Post by mats »

bug, investigating

Post Reply