From 482cf02b00876f799516036cef52c061136a0954 Mon Sep 17 00:00:00 2001 From: dizzy Date: Fri, 18 Jun 2021 00:14:35 -0700 Subject: fix regression in trackingspamprevention and warning in bound parameter checking code (#17683) * remove testdox * fix warning if parameters is a single value, not an array * allow skipping valid host check for hardcoded URLs we know are valid * print testdox hint in case build takes too long to finish consistently * move testdox warning to correct boostrap file * fixing some tests + fix use of Date in bind params --- plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/TwoFactorAuth') diff --git a/plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js b/plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js index 7d87184e19..26e97fd4d1 100644 --- a/plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js +++ b/plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js @@ -45,6 +45,8 @@ describe("TwoFactorAuth", function () { } await page.waitFor(1000); await page.goto(logMeUrl); + await page.waitForNetworkIdle(); + await page.waitFor(1000); } function requireTwoFa() { -- cgit v1.2.3