Skip to content

Commit 5a078a6

Browse files
kentdrcquirosj
andauthored
Update src/Frontend/test/specs/configuration/viewing-license.spec.ts
Co-authored-by: Christian <[email protected]>
1 parent f44fffa commit 5a078a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Frontend/test/specs/configuration/viewing-license.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import { licenseTabList, licenseTabNames } from "./questions/licenseTabs";
1111

1212
describe("FEATURE: License", () => {
1313
describe("RULE: Platform license type should be shown shown", () => {
14-
test("EXAMPLE: Valid platform license type is shown", async ({ driver }) => {
14+
test.todo("EXAMPLE: The platform is running a trial license");
15+
16+
test("EXAMPLE: The platform is running a commercial license", async ({ driver }) => {
1517
await driver.setUp(precondition.serviceControlWithMonitoring);
1618
await driver.setUp(precondition.hasActiveLicense);
1719
await driver.goTo("/configuration/license");

0 commit comments

Comments
 (0)