From 26ca4928d92bf370a6a0845f6bfa025cb3e1752c Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Fri, 19 Apr 2024 14:24:45 +0200 Subject: [PATCH] Correct explanation in test --- .../instance/renderContentOn..st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Seaside-Tests-Functional.package/WADelegationFunctionalTest.class/instance/renderContentOn..st b/repository/Seaside-Tests-Functional.package/WADelegationFunctionalTest.class/instance/renderContentOn..st index 014495f38..73847f6ef 100644 --- a/repository/Seaside-Tests-Functional.package/WADelegationFunctionalTest.class/instance/renderContentOn..st +++ b/repository/Seaside-Tests-Functional.package/WADelegationFunctionalTest.class/instance/renderContentOn..st @@ -5,7 +5,7 @@ renderContentOn: html html listItem: 'Click back-button'. html listItem: 'Click button of Step 1'. html listItem: 'Click button of Step 2' ]. - html paragraph: 'Step 1 and Step 2 should have consistent number of visible presenters. Especially there should never be two WAAnswerDecorations.'. + html paragraph: 'Step 1 and Step 2 should have consistent number of visible presenters. Especially there should never be two WAAnswerHandler decorations.'. html heading level: 2; with: 'Application'. html render: task.