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 835ae63 commit 11d3906Copy full SHA for 11d3906
e2e-tests/playwright/e2e/plugins/licensed-users-info-backend/licensed-users-info.spec.ts
@@ -10,7 +10,7 @@ import {
10
} from "@playwright/test";
11
import playwrightConfig from "../../../../playwright.config";
12
13
-test.describe.skip("Test licensed users info backend plugin", async () => {
+test.describe("Test licensed users info backend plugin", async () => {
14
let common: Common;
15
16
test.beforeAll(async () => {
0 commit comments