suggest new user going to the front page

This commit is contained in:
2024-10-24 20:04:08 -06:00
parent 45214eabc5
commit 00b191c4fd
4 changed files with 42 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import { test, expect } from '@playwright/test';
import { deleteContact, generateAndRegisterEthrUser, importUser } from './testUtils';
test('Check activity feed', async ({ page }) => {
test('Check activity feed - check that server is running', async ({ page }) => {
// Load app homepage
await page.goto('./');
await page.getByTestId('closeOnboardingAndFinish').click();