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: