Skip to content

Commit 91d5f73

Browse files
committed
fix licensing test
1 parent 47efaf2 commit 91d5f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/tests/deployment/licenses.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test("license was added successfully", async ({ page }) => {
1212

1313
// Trial vs. Enterprise?
1414
const accountType = firstLicense.locator(".account-type");
15-
await expect(accountType).toHaveText("Enterprise");
15+
await expect(accountType).toHaveText("Premium");
1616

1717
// License should not be expired yet
1818
const licenseExpires = firstLicense.locator(".license-expires");

0 commit comments

Comments
 (0)