add number of confirmers to certificate & show DID info when appropriate

This commit is contained in:
2024-12-20 15:49:42 -07:00
parent 2cb70f8497
commit e67ae23879
5 changed files with 57 additions and 23 deletions

View File

@@ -76,6 +76,7 @@ test('Add contact, record gift, confirm gift', async ({ page }) => {
await page.getByText('You have a seed').click();
await page.getByPlaceholder('Seed Phrase').fill('rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage');
await page.getByRole('button', { name: 'Import' }).click();
await expect(page.getByRole('code')).toContainText('did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F');
// Go to home view and look for gift
await page.goto('./');