mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix references to waitForEnabledComposer
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
clickOnConversation,
|
||||
typeIntoInput,
|
||||
expectSystemMessages,
|
||||
waitForEnabledComposer,
|
||||
} from '../helpers';
|
||||
|
||||
export const debug = createDebug('mock:test:safetyNumber');
|
||||
@@ -108,7 +109,7 @@ describe('safety number', function (this: Mocha.Suite) {
|
||||
|
||||
await clickOnConversation(window, alice);
|
||||
|
||||
const input = await app.waitForEnabledComposer();
|
||||
const input = await waitForEnabledComposer(window);
|
||||
await typeIntoInput(input, 'Hello Alice!');
|
||||
|
||||
await changeIdentityKey();
|
||||
|
||||
Reference in New Issue
Block a user