New test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user