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

@ -45,7 +45,7 @@ describe('storage service', function needsName() {
debug('wait for first contact to be pinned in the left pane');
await leftPane
.locator(`[data-testid="${firstContact.toContact().uuid}"]`)
.locator(`[data-testid="${firstContact.toContact().aci}"]`)
.waitFor();
{
@ -57,7 +57,7 @@ describe('storage service', function needsName() {
type: IdentifierType.CONTACT,
record: {
contact: {
serviceUuid: generateAci(),
aci: generateAci(),
},
},
});
@ -76,7 +76,7 @@ describe('storage service', function needsName() {
debug('wait for last contact to be pinned in the left pane');
await leftPane
.locator(`[data-testid="${lastContact.toContact().uuid}"]`)
.locator(`[data-testid="${lastContact.toContact().aci}"]`)
.waitFor({ timeout: durations.MINUTE });
debug('Verifying the final manifest version');