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