Change settings to true by default (#25)
This commit is contained in:
parent
07125f554d
commit
03004a55fd
7 changed files with 5 additions and 6 deletions
|
@ -10,10 +10,6 @@ import { test } from "./index";
|
|||
import { expect } from "../../element-web-test";
|
||||
|
||||
test.describe("Pinned messages", () => {
|
||||
test.use({
|
||||
labsFlags: ["feature_pinning"],
|
||||
});
|
||||
|
||||
test("should show the empty state when there are no pinned messages", async ({ page, app, room1, util }) => {
|
||||
await util.goTo(room1);
|
||||
await util.openRoomInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue