We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72df9c9 commit 7c0ec21Copy full SHA for 7c0ec21
playwright/e2e/sliding-sync/sliding-sync.spec.ts
@@ -69,11 +69,6 @@ const test = base.extend<{
69
});
70
71
test.describe("Sliding Sync", () => {
72
- test.skip(
73
- ({ homeserverType }) => homeserverType === "pinecone",
74
- "due to a bug in Pinecone https://github.com/element-hq/dendrite/issues/3490",
75
- );
76
-
77
const checkOrder = async (wantOrder: string[], page: Page) => {
78
await expect(page.getByRole("group", { name: "Rooms" }).locator(".mx_RoomTile_title")).toHaveText(wantOrder);
79
};
0 commit comments