From a30a0636fb08249bff04017f900617da72d09c27 Mon Sep 17 00:00:00 2001 From: chrisala Date: Fri, 8 Nov 2024 17:41:41 +1100 Subject: [PATCH] Trying to fix test #3368 --- .../groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy | 2 ++ 1 file changed, 2 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 6a7434a81..89d5bd77a 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -728,6 +728,8 @@ class RlpReportingSpec extends StubbedCasSpec { catch (ElementClickInterceptedException e) { println "ElementClickInterceptedException: $it" e.printStackTrace() + println $('ul') + println $('ul').text() if (overDeliveryModal.displayed) { okBootbox() }