diff --git a/tests/e2e/web/specs/signIn.spec.ts b/tests/e2e/web/specs/signIn.spec.ts index 2d4c2b2f..0b596b2d 100644 --- a/tests/e2e/web/specs/signIn.spec.ts +++ b/tests/e2e/web/specs/signIn.spec.ts @@ -45,20 +45,4 @@ test.describe('when given invalid input', () => { page.getByText('Failed to sign in with your email and password', {exact: true}), ).toBeVisible() }) - - test('login check', async ({}) => { - - }); -}) - -test.describe('when an error occurs', () => { - test('placeholder', async () => { }) - test('Trial', async ({ - app, - signedOutAccount: account - }) => { - await app.signinWithEmail(account) - await app.home.clickPeopleLink() - await app.people.setDisplayFilter({cardSize: "Large", filters: [["Gender", true]]}) - }) })