From 235e42bb62ab597030cac5feba87f81dc9132577 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 1 Sep 2022 15:33:27 +0530 Subject: [PATCH] Update aem-debugging-libraries.yaml --- .../aem/aem-debugging-libraries.yaml | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/misconfiguration/aem/aem-debugging-libraries.yaml b/misconfiguration/aem/aem-debugging-libraries.yaml index ba6b395428..740884f192 100644 --- a/misconfiguration/aem/aem-debugging-libraries.yaml +++ b/misconfiguration/aem/aem-debugging-libraries.yaml @@ -17,22 +17,28 @@ requests: - method: GET path: - "{{BaseURL}}/libs/cq/ui/content/dumplibs.html" + - "{{BaseURL}}/libs/granite/ui/content/dumplibs.validate.html" + - "{{BaseURL}}/libs/granite/ui/content/dumplibs.rebuild.html" + - "{{BaseURL}}/libs/granite/ui/content/dumplibs.test.html" - "{{BaseURL}}/libs/granite/ui/content/dumplibs.html" stop-at-first-match: true - matchers-condition: and + matchers-condition: or matchers: - type: word part: body words: - '"Client Libraries' - condition: and + condition: or - type: word - part: header + part: body words: - - text/html + - 'Rebuild Client Libraries' + condition: or - - type: status - status: - - 200 + - type: word + part: body + words: + - 'Client Libraries Test Output' + condition: or