This commit is contained in:
Jose Olarte III
2024-07-24 22:09:10 +08:00
parent 71ef3718c8
commit 8ce439f78a
4 changed files with 36 additions and 9 deletions

View File

@@ -31,9 +31,6 @@ test('Create new project', async ({ page }) => {
await page.getByPlaceholder('Name').fill('User Zero');
await page.getByRole('button', { name: 'Save Changes' }).click();
// Check DID
await expect(page.getByRole('code')).toContainText('did:ethr:0x0000694B58C2cC69658993A90D3840C560f2F51F');
// Pause for 5 seconds
await page.waitForTimeout(5000); // I have to wait, otherwise the (+) button to add a new project doesn't appear