Skip to content

Commit

Permalink
Enable "should find unknown people" (#28245)
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd authored Oct 21, 2024
1 parent b45b06e commit 26a98e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/e2e/spotlight/spotlight.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test.describe("Spotlight", () => {
*
* 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();
await page.waitForTimeout(500); // wait for the dialog to settle
await spotlight.filter(Filter.People);
Expand Down

0 comments on commit 26a98e5

Please sign in to comment.