- Issue created by @dcam
- Status changed to Fixed
5 months ago 8:24pm 8 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Test failure report:
Drupal\Tests\recipe\Functional\RecipeSettingsTest::testPseudoFieldLabels
Behat\Mink\Exception\ElementNotFoundException: Button with id|name|label|value "Save content type" not found.
/builds/project/recipe/web/core/tests/Drupal/Tests/WebAssert.php:158
/builds/project/recipe/web/core/tests/Drupal/Tests/UiHelperTrait.php:78
/builds/project/recipe/tests/src/Functional/RecipeSettingsTest.php:84
/builds/project/recipe/vendor/phpunit/phpunit/src/Framework/TestResult.php:729
This is almost certainly just a result of a change to the content type form. The code can and should be refactored to update the entity directly instead of doing the work by submitting the form. That will speed up the test overall while avoiding this issue and preventing further problems in the future.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.