Skip to content

Commit 11d3906

Browse files
chore: re-enable tests in licensed-users-info.spec.ts (#3882)
1 parent 835ae63 commit 11d3906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/licensed-users-info-backend/licensed-users-info.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "@playwright/test";
1111
import playwrightConfig from "../../../../playwright.config";
1212

13-
test.describe.skip("Test licensed users info backend plugin", async () => {
13+
test.describe("Test licensed users info backend plugin", async () => {
1414
let common: Common;
1515

1616
test.beforeAll(async () => {

0 commit comments

Comments
 (0)