From 84a9ee3752c638c3793f208d6db35c02d62eaf74 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 18 Feb 2026 12:37:14 +0000 Subject: [PATCH] Fixed last 2 pollUnits Signed-off-by: Simon Bennetts --- other/CHANGELOG.md | 3 +++ other/af-plans/juiceshop-selenium-auth/juiceshop-auth.yaml | 2 +- other/af-plans/juiceshop-selenium-auth/juiceshop-test.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/other/CHANGELOG.md b/other/CHANGELOG.md index 83a734df..848c50c5 100644 --- a/other/CHANGELOG.md +++ b/other/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the 'other' section of this repository will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +### 2026-02-18 +- Changed 2 last auth AF plans to use seconds instead of requests for pollUnits. + ### 2025-10-06 - Added af-plans/FullScanTestfireAuth.yaml diff --git a/other/af-plans/juiceshop-selenium-auth/juiceshop-auth.yaml b/other/af-plans/juiceshop-selenium-auth/juiceshop-auth.yaml index 3137e1b0..3df65dbb 100644 --- a/other/af-plans/juiceshop-selenium-auth/juiceshop-auth.yaml +++ b/other/af-plans/juiceshop-selenium-auth/juiceshop-auth.yaml @@ -16,7 +16,7 @@ env: method: "poll" loggedInRegex: "\\Q{\"user\":{\"id\":\\E" pollFrequency: 60 - pollUnits: "requests" + pollUnits: "seconds" pollUrl: "http://localhost:3000/rest/user/whoami" pollPostData: "" sessionManagement: diff --git a/other/af-plans/juiceshop-selenium-auth/juiceshop-test.yaml b/other/af-plans/juiceshop-selenium-auth/juiceshop-test.yaml index c81f7669..c86a0d62 100644 --- a/other/af-plans/juiceshop-selenium-auth/juiceshop-test.yaml +++ b/other/af-plans/juiceshop-selenium-auth/juiceshop-test.yaml @@ -16,7 +16,7 @@ env: method: "poll" loggedInRegex: "\\Q{\"user\":{\"id\":\\E" pollFrequency: 60 - pollUnits: "requests" + pollUnits: "seconds" pollUrl: "http://localhost:3000/rest/user/whoami" pollPostData: "" sessionManagement: