- ๐บ๐ธUnited States smustgrave
CR reads fine to me.
Ran test only change and got
1) Drupal\Tests\layout_builder\FunctionalJavascript\InlineBlockTest::testDeletion Failed asserting that an object is empty. /builds/issue/drupal-3075308/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php:464 2) Drupal\Tests\layout_builder\FunctionalJavascript\InlineBlockTest::testAccess Behat\Mink\Exception\ResponseTextException: The text "You are not authorized to access this page" was not found anywhere in the text of the current page. /builds/issue/drupal-3075308/vendor/behat/mink/src/WebAssert.php:907 /builds/issue/drupal-3075308/vendor/behat/mink/src/WebAssert.php:293 /builds/issue/drupal-3075308/core/tests/Drupal/Tests/WebAssert.php:981 /builds/issue/drupal-3075308/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php:515 FAILURES! Tests: 11, Assertions: 230, Failures: 2. Exiting with EXIT_CODE=1
Manually test on an Umami install I had
1. In the article content type Full content layout builder I added a test block
2. I went to /admin/content/block/5 where I can see the block and make edits
3. Added MR
4. That route is no longer accessibleChange looks good to me.