From 90adb8f6392b9b897b3bd9efb021691d7eb5313e Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 17 Jul 2025 17:26:00 +0800 Subject: [PATCH] Update: remove obsolete empty ID check --- test-playwright/00-noid-tests.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test-playwright/00-noid-tests.spec.ts b/test-playwright/00-noid-tests.spec.ts index 9c27273b..a71cfcf8 100644 --- a/test-playwright/00-noid-tests.spec.ts +++ b/test-playwright/00-noid-tests.spec.ts @@ -120,12 +120,6 @@ test('Check ability to share contact', 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 (?) await page.goto('./');