Although the test is clear and simple i\'m always facing the same problem while tring to send keys (username; password) the password field is written in place of username !
Finally i have resolved this issue by adding to my code :
driver.hideKeyboard();
The issue was because the keyboard is hiding the field of password !