fix: billing cycle one off formatting

This commit is contained in:
John Yeo
2025-08-10 22:18:51 +01:00
parent 447960d8b8
commit 42a5cdf357
6 changed files with 15 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import { compareMainProduct } from "tests/utils/compare.js";
const testCase = "basic9";
describe(`${chalk.yellowBright(
"basic9: attach monthly with one time prepaid, and quantity = 0",
"basic9: attach monthly with one time prepaid, and quantity = 0"
)}`, () => {
let customerId = testCase;
@@ -40,7 +40,7 @@ describe(`${chalk.yellowBright(
});
await completeCheckoutForm(res.checkout_url);
await timeout(10000);
await timeout(12000);
});
it("should have correct main product and entitlements", async function () {