Following PR #3973
The code logic in encryptForBackup() method (formerly inside backupOnEmailProviderAndUpdateUi()) activates passphrase frame by sending passphrase_dialog message to the hosting page. The passphrase frame is shown ok, and after its completion (waitUntilPassphraseChanged call), the backup procedure was supposed to continue. However, this never happens as the passphrase frame seems to wipe out the backup frame (probably because they are both set up with Ui.modal.iframe that doesn't expect to keep more than one). So the backup procedure terminates without a proper warning, and the test settings - manual backup a key with a missing pass phrase is by now incomplete.