mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-30 03:37:12 -04:00
Updated People page
Added data test attributes to search.tsx and profile-grid.tsx
This commit is contained in:
@@ -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]]})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user