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 2aa17772c..53d26d116 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/RlpReportingSpec.groovy @@ -730,17 +730,6 @@ class RlpReportingSpec extends StubbedCasSpec { interact { moveToElement(notApplicableCheckbox(section)) } - e.printStackTrace() - println $('ul') - $('ul').parent().each { a -> println a.attr('innerHtml') } - $('ul').each { - println it.text() - println it.attr('innerHtml') - - } - if (overDeliveryModal.displayed) { - okBootbox() - } markAsNotApplicable(it) }