htmlelements icon indicating copy to clipboard operation
htmlelements copied to clipboard

add TextInput.setText

Open alkedr opened this issue 10 years ago • 4 comments

alkedr avatar Sep 07 '15 15:09 alkedr

Add some tests please

artkoshelev avatar Sep 08 '15 09:09 artkoshelev

There are tests for Form.fill() that already test all code that I changed. It seems that FileInput, Radio and Select are also tested through Form.fill().

alkedr avatar Sep 08 '15 09:09 alkedr

If you move logic of deleting text to setText method, you should move corresponding tests as well.

artkoshelev avatar Sep 08 '15 10:09 artkoshelev

:+1: (just need to fix merge issue)

ham1 avatar Jun 13 '16 22:06 ham1