mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
configure: emit errors via DC_EVENT_CONFIGURE_PROGRESS
Node test expects progress to report either success or error eventually. Also update the error text expected by node test.
This commit is contained in:
@@ -128,7 +128,7 @@ describe('Basic offline Tests', function () {
|
||||
|
||||
await expect(
|
||||
context.configure({ addr: 'delta1@delta.localhost' })
|
||||
).to.eventually.be.rejectedWith('Please enter a password.')
|
||||
).to.eventually.be.rejectedWith('Missing (IMAP) password.')
|
||||
await expect(context.configure({ mailPw: 'delta1' })).to.eventually.be
|
||||
.rejected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user