mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Enable "should find unknown people" (#28245)
This commit is contained in:
parent
b45b06edad
commit
26a98e5e30
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue