conversationJobQueue: Only show captcha for bubble messages

This commit is contained in:
Scott Nonnenberg 2023-10-27 17:14:35 -07:00 committed by GitHub
parent e69e8f3c9d
commit 2da49456c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 721 additions and 126 deletions

View file

@ -147,7 +147,7 @@ describe('editing', function (this: Mocha.Suite) {
.locator(`.module-message__text >> "${initialMessageBody}"`)
.waitFor();
debug('waiting for receipts for original message');
debug('waiting for outgoing receipts for original message');
const receipts = await app.waitForReceipts();
assert.strictEqual(receipts.type, ReceiptType.Read);
assert.strictEqual(receipts.timestamps.length, 1);