Enable "should find unknown people" (#28245)

pull/28254/head
David Langley 2024-10-21 12:01:38 +01:00 committed by GitHub
parent b45b06edad
commit 26a98e5e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ test.describe("Spotlight", () => {
* *
* https://github.com/matrix-org/synapse/issues/16472 * https://github.com/matrix-org/synapse/issues/16472
*/ */
test.skip("should find unknown people", async ({ page, app }) => { test("should find unknown people", async ({ page, app }) => {
const spotlight = await app.openSpotlight(); const spotlight = await app.openSpotlight();
await page.waitForTimeout(500); // wait for the dialog to settle await page.waitForTimeout(500); // wait for the dialog to settle
await spotlight.filter(Filter.People); await spotlight.filter(Filter.People);