Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/opendesk/element-web/e2e/opendesk.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE files in the repository root for full details.
*/

import { rejectToast } from "@element-hq/element-web-playwright-common";
import { type SynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js";

import { test, expect } from "../../../../playwright/element-web-test.ts";
Expand Down Expand Up @@ -203,6 +204,9 @@ test.describe("Opendesk", () => {
user_id: user.userId,
});

await rejectToast(page, "Verify this device");
await rejectToast(page, "Notifications");

await page.getByText("Trusted Widget").click();
await page.getByText("Accept").click();

Expand Down
Loading