Add a test for setting an ID server.

This commit is contained in:
Half-Shot
2025-02-17 11:14:33 +00:00
parent 5aca14db74
commit ef4d9ea8b7

View File

@@ -25,7 +25,7 @@ test.describe("Security user settings tab", () => {
},
});
test.beforeEach(async ({ page, app, user }) => {
test.beforeEach(async ({ page, app }) => {
// Dismiss "Notification" toast
await app.closeNotificationToast();
await page.locator(".mx_Toast_buttons").getByRole("button", { name: "Yes" }).click(); // Allow analytics