Migrate schema to service ids

This commit is contained in:
Fedor Indutny 2023-08-16 22:54:39 +02:00 committed by Jamie Kyle
parent 71958f8a01
commit 8b0da36caa
258 changed files with 4795 additions and 2613 deletions

View file

@ -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");