Browse Source

Update: remove obsolete empty ID check

pull/142/head
Jose Olarte III 1 week ago
parent
commit
90adb8f639
  1. 6
      test-playwright/00-noid-tests.spec.ts

6
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('./');

Loading…
Cancel
Save