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 47efaf2 commit 91d5f73Copy full SHA for 91d5f73
site/e2e/tests/deployment/licenses.spec.ts
@@ -12,7 +12,7 @@ test("license was added successfully", async ({ page }) => {
12
13
// Trial vs. Enterprise?
14
const accountType = firstLicense.locator(".account-type");
15
- await expect(accountType).toHaveText("Enterprise");
+ await expect(accountType).toHaveText("Premium");
16
17
// License should not be expired yet
18
const licenseExpires = firstLicense.locator(".license-expires");
0 commit comments