forked from trent_larson/crowd-funder-for-time-pwa
add number of confirmers to certificate & show DID info when appropriate
This commit is contained in:
@@ -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('./');
|
||||
|
||||
Reference in New Issue
Block a user