forked from trent_larson/crowd-funder-for-time-pwa
Update: removed obsolete tests
This commit is contained in:
@@ -98,14 +98,8 @@ test('Check no-ID messaging in account', async ({ page }) => {
|
|||||||
// Load account view
|
// Load account view
|
||||||
await page.goto('./account');
|
await page.goto('./account');
|
||||||
|
|
||||||
// Check 'someone must register you' notice
|
|
||||||
await expect(page.locator('#noticeBeforeShare')).toBeVisible();
|
|
||||||
|
|
||||||
// Check 'a friend needs to register you' notice
|
// Check 'a friend needs to register you' notice
|
||||||
await expect(page.locator('#noticeBeforeAnnounce')).toBeVisible();
|
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 }) => {
|
test('Check ability to share contact', async ({ page }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user