mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Migrate schema to service ids
This commit is contained in:
committed by
Jamie Kyle
parent
71958f8a01
commit
8b0da36caa
@@ -52,9 +52,9 @@ describe('storage service', function needsName() {
|
||||
const conversationStack = window.locator('.Inbox__conversation-stack');
|
||||
|
||||
debug('Opening conversation with a stranger');
|
||||
debug(stranger.toContact().uuid);
|
||||
debug(stranger.toContact().aci);
|
||||
await leftPane
|
||||
.locator(`[data-testid="${stranger.toContact().uuid}"]`)
|
||||
.locator(`[data-testid="${stranger.toContact().aci}"]`)
|
||||
.click();
|
||||
|
||||
debug("Verify that we stored stranger's profile key");
|
||||
|
||||
Reference in New Issue
Block a user