From 64a62c4f1a8aa68a667428782f1744f786a114f2 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:57:26 +0530 Subject: [PATCH] test: loop count increased to 14 Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/01-webhook.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/01-webhook.spec.ts b/tests/playwright/tests/01-webhook.spec.ts index c1c7fd7c8a..62385e00db 100644 --- a/tests/playwright/tests/01-webhook.spec.ts +++ b/tests/playwright/tests/01-webhook.spec.ts @@ -397,7 +397,7 @@ test.describe.serial('Webhook', () => { ); } - for (let i = 0; i < 12; i++) { + for (let i = 0; i < 14; i++) { // create formula column countryTable = await api.dbTableColumn.create(countryTable.id, { column_name: `CityCodeFormula${i}`,