Bug 1543449 - Follow-up to properly clear the password field in the doorhanger. r=intermittent

--HG--
extra : transplant_source : %3E%A1%19%AF%DE%DC%07%82%90S%E1%91N%80%D3s%0A%AA%CF%9C
This commit is contained in:
Matthew Noorenberghe 2019-04-19 13:49:46 -07:00
Родитель f56e3c8ac0
Коммит ecc6e3bbb7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,7 @@ add_task(async function test_empty_password() {
// Synthesize input to empty the field
passwordTextbox.focus();
await EventUtils.synthesizeKey("KEY_ArrowRight");
await EventUtils.synthesizeKey("KEY_ArrowRight");
await EventUtils.synthesizeKey("KEY_Backspace");
await EventUtils.synthesizeKey("KEY_Backspace");