javascript - Ngclick Upload button ceases working without trace -


using angular-selenium-protractor. select button , uploading done via flow.js ngclick executor button.

only under protractor, upload button ceases working when invalid internally formatted json file selected, without visible changes in running html code after file selected, do? need failing testcase.

fml... problem was, misspelled name of invalid file in disk differently in input filename string... appeared in uploader via path injection method, non existent file.


Comments