Migrate schema to service ids
This commit is contained in:
parent
71958f8a01
commit
8b0da36caa
258 changed files with 4795 additions and 2613 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue