Closed (fixed)
Project:
Layout Builder Restrictions
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 May 2024 at 20:15 UTC
Updated:
30 May 2024 at 21:34 UTC
Jump to comment: Most recent
Drupal 10.2.x changed what blocks are available, and therefore tests now fail with errors like:
1) Drupal\Tests\layout_builder_restrictions_by_region\FunctionalJavascript\BlockPlacementAllowlistTest::testBlockRestriction
Behat\Mink\Exception\ExpectationException: Link with label Primary admin actions not found.
Rework the test logic to comply with Drupal 10.2.x block logic.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mark_fullmerTests now pass on Drupal 10; They are failing (expectedly) on Drupal 11. That will be addressed in #3446375: Drupal 11 compatibility.