From 182146fc5936d2bc65e61452732e79a56faa8081 Mon Sep 17 00:00:00 2001 From: chrisala Date: Mon, 11 Nov 2024 09:29:04 +1100 Subject: [PATCH] Trying to fix test #3368 --- .../groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy index fc8dc9eb7..acc3f740b 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -729,8 +729,11 @@ class RlpReportingSpec extends StubbedCasSpec { println "ElementClickInterceptedException: $it" e.printStackTrace() println $('ul') + println $('ul').parent().attr('innerHtml') $('ul').each { println it.text() + println it.attr('innerHtml') + } if (overDeliveryModal.displayed) { okBootbox()