From 587b6a7148ccc9ab5f58a5b35aa6f0ebaa9b9fe4 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 14 Jun 2023 19:24:23 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06179=20-=20Add=20visual=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/manual-visual-tests/Backoffice/RenderAllUiBlocks.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/manual-visual-tests/Backoffice/RenderAllUiBlocks.php b/tests/manual-visual-tests/Backoffice/RenderAllUiBlocks.php index 769d1f6db..5d2e4defc 100644 --- a/tests/manual-visual-tests/Backoffice/RenderAllUiBlocks.php +++ b/tests/manual-visual-tests/Backoffice/RenderAllUiBlocks.php @@ -334,7 +334,8 @@ $oPage->AddUiBlock(TitleUIBlockFactory::MakeNeutral('Fieldset/field examples', 2 $oDashletFieldset1 = new FieldSet('Fieldset 1'); $oDashletField1 = FieldUIBlockFactory::MakeStandard('Field A'); $oDashletInput1 = InputUIBlockFactory::MakeStandard('text', 'input1', 'Input 1'); -$oDashletField2 = FieldUIBlockFactory::MakeStandard('Field B'); +$oDashletField2 = FieldUIBlockFactory::MakeStandard('Field B (with a description in a tooltip)') + ->SetDescription('Description for the field B'); $oDashletInput2 = InputUIBlockFactory::MakeStandard('text', 'input2', 'Input 2'); $oDashletField3 = FieldUIBlockFactory::MakeStandard('Field C'); $oDashletInput3 = InputUIBlockFactory::MakeStandard('text', 'input3', 'Input 3');