import { test, expect } from '@genesislcap/foundation-testing/e2e'; test('baseline test', async ({ page }) => { expect(page).not.toBe(undefined); });