Skip to content

Commit 0d31bce

Browse files
chore: re-enable tests in mark-notifications.spec.ts (#3885)
1 parent d5923b0 commit 0d31bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/notifications/mark-notifications.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import RhdhNotificationsApi from "../../../support/api/notifications";
44
import { Notifications } from "../../../support/api/notifications-api-structures";
55
import { NotificationPage } from "../../../support/pages/notifications";
66

7-
test.describe.skip("Mark notification tests", () => {
7+
test.describe("Mark notification tests", () => {
88
let common: Common;
99
let notificationPage: NotificationPage;
1010
let apiToken: string;

0 commit comments

Comments
 (0)