Updated People page

Added data test attributes to search.tsx and profile-grid.tsx
This commit is contained in:
Okechi Jones-Williams
2026-05-20 15:43:10 +01:00
parent 8a4aafb8b6
commit ab72f172d3

View File

@@ -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]]})
})
})