From bf902e791d641ddfea0ebd002977da3d1be1b3d1 Mon Sep 17 00:00:00 2001 From: Alexandre Alves <97888974+aalves08@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:47:39 +0100 Subject: [PATCH] update partial settings threshold (#11188) --- cypress/support/utils/settings-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/utils/settings-utils.ts b/cypress/support/utils/settings-utils.ts index 348f77dadfd..bc7e519ca93 100644 --- a/cypress/support/utils/settings-utils.ts +++ b/cypress/support/utils/settings-utils.ts @@ -5,4 +5,4 @@ * (tests will check that the pre-authed setting count is less than this, and the post-authed count is greater than) * */ -export const PARTIAL_SETTING_THRESHOLD = 12; +export const PARTIAL_SETTING_THRESHOLD = 13;