There is a simple login form with a password input field (a username is a default).
So, when I type the password by hand using a keyboard I have a correct submit where the password corresponds which I enter.
But when I start a test from Telerik Test Studio with a step Enter text "password" in InputPassword
and click a login button the submit request has the password empty.
angular.element("#inputPassword")[0].value returns the valid value.
Control type for InputPassword is HtmlInputPassword.
HTML of the form and submit function code are attached.
Please help. Where is a problem?