Unbreak test

This commit is contained in:
Travis Ralston 2026-02-06 17:11:44 -07:00
parent e4463cb4dc
commit a69b7c70d7

View File

@ -62,7 +62,7 @@ test.describe("Roles & Permissions room settings tab", () => {
await expect(section).not.toHaveText("Policy server");
});
test("should be able to set policy server with labs flag enabled", async ({ app, page, room }) => {
test("should be able to set policy server with labs flag enabled", async ({ app, page }) => {
// Back out of the room settings dialog from beforeEach and enable the labs flag
await app.settings.closeDialog();
const labs = await app.settings.openUserSettings("Labs");