From d6bd507123e88711b42a85ef25130abb04234e37 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 21 Jul 2025 16:27:35 +0800 Subject: [PATCH] Update: removed obsolete tests --- 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 7f2583e4..5218c330 100644 --- a/test-playwright/00-noid-tests.spec.ts +++ b/test-playwright/00-noid-tests.spec.ts @@ -98,14 +98,8 @@ test('Check no-ID messaging in account', async ({ page }) => { // Load account view await page.goto('./account'); - // Check 'someone must register you' notice - await expect(page.locator('#noticeBeforeShare')).toBeVisible(); - // Check 'a friend needs to register you' notice await expect(page.locator('#noticeBeforeAnnounce')).toBeVisible(); - - // Check that there is no ID - await expect(page.locator('#sectionIdentityDetails code.truncate')).toBeEmpty(); }); test('Check ability to share contact', async ({ page }) => {