Skip to content

Commit 0009dfd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe("FEATURE: License", () => {
103103
expect((await licenseExpiryDaysLeft()).textContent).toContain("1 day left");
104104
});
105105
});
106-
test("EXAMPLE: Upgrade Protection license expiring today shows 'expired'", async ({ driver }) => {
106+
test("EXAMPLE: Upgrade Protection license expiring today", async ({ driver }) => {
107107
await driver.setUp(precondition.serviceControlWithMonitoring);
108108
await driver.setUp(precondition.hasExpiringLicense(LicenseType.UpgradeProtection, -1));
109109
await driver.goTo("/configuration/license");

0 commit comments

Comments
 (0)