diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php
index be62846b116b6b18fcae6ae0b46e9bec53f17fef..757e510ef0ac291f9b8cc668c97fc1e536aa22cb 100644
--- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php
+++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php
@@ -180,10 +180,10 @@ class FalMetadataCest
         $I->dontSeeCheckboxIsChecked('//input[contains(@name, "[alternative]") and @type="checkbox" and contains(@name, "control[active][sys_file_reference]")]');
         $I->dontSeeCheckboxIsChecked('//input[contains(@name, "[description]") and @type="checkbox" and contains(@name, "control[active][sys_file_reference]")]');
 
-        $I->amGoingTo('Assert hidden control field value (default value which is used when checkbox is not checked');
-        $I->seeInField('//input[contains(@name, "[title]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', 0);
-        $I->seeInField('//input[contains(@name, "[alternative]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', 0);
-        $I->seeInField('//input[contains(@name, "[description]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', 0);
+        $I->amGoingTo('Assert hidden control field value (default value which is used when checkbox is not checked)');
+        $I->seeInField('//input[contains(@name, "[title]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', '0');
+        $I->seeInField('//input[contains(@name, "[alternative]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', '0');
+        $I->seeInField('//input[contains(@name, "[description]") and @type="hidden" and contains(@name, "control[active][sys_file_reference]")]', '0');
 
         //when checkbox is unchecked the disabled input is shown
         //<input type="text" class="form-control" disabled="disabled" value="Test title">