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 d5923b0 commit 0d31bceCopy full SHA for 0d31bce
e2e-tests/playwright/e2e/plugins/notifications/mark-notifications.spec.ts
@@ -4,7 +4,7 @@ import RhdhNotificationsApi from "../../../support/api/notifications";
4
import { Notifications } from "../../../support/api/notifications-api-structures";
5
import { NotificationPage } from "../../../support/pages/notifications";
6
7
-test.describe.skip("Mark notification tests", () => {
+test.describe("Mark notification tests", () => {
8
let common: Common;
9
let notificationPage: NotificationPage;
10
let apiToken: string;
0 commit comments