forked from jsnbuchanan/crowd-funder-for-time-pwa
Update: remove obsolete empty ID check
This commit is contained in:
@@ -120,12 +120,6 @@ test('Check ability to share contact', async ({ page }) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Check ID generation', async ({ page }) => {
|
test('Check ID generation', async ({ page }) => {
|
||||||
// Load Account view
|
|
||||||
await page.goto('./account');
|
|
||||||
|
|
||||||
// Check that ID is empty
|
|
||||||
await expect(page.locator('#sectionIdentityDetails code.truncate')).toBeEmpty();
|
|
||||||
|
|
||||||
// Load homepage to trigger ID generation (?)
|
// Load homepage to trigger ID generation (?)
|
||||||
await page.goto('./');
|
await page.goto('./');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user