You are here

public function LayoutBuilderRestrictionsTestBase::navigateToManageDisplay in Layout Builder Restrictions 8.2

Navigation helper.

13 calls to LayoutBuilderRestrictionsTestBase::navigateToManageDisplay()
BlacklistedRestrictionsTest::testBlockRestriction in tests/src/FunctionalJavascript/BlacklistedRestrictionsTest.php
Verify that the UI can restrict blocks in Layout Builder settings tray.
BlockPlacementBlacklistTest::testBlockRestriction in modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementBlacklistTest.php
Verify that the UI can restrict blocks in Layout Builder settings tray.
BlockPlacementBlacklistTest::testBlockRestrictionStorage in modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementBlacklistTest.php
Verify that both tempstore and config storage function correctly.
BlockPlacementWhitelistTest::testBlockRestriction in modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementWhitelistTest.php
Verify that the UI can restrict blocks in Layout Builder settings tray.
BlockPlacementWhitelistTest::testBlockRestrictionStorage in modules/layout_builder_restrictions_by_region/tests/src/FunctionalJavascript/BlockPlacementWhitelistTest.php
Verify that both tempstore and config storage function correctly.

... See full list

File

tests/src/FunctionalJavascript/LayoutBuilderRestrictionsTestBase.php, line 74

Class

LayoutBuilderRestrictionsTestBase
General-purpose methods for testing restrictions.

Namespace

Drupal\Tests\layout_builder_restrictions\FunctionalJavascript

Code

public function navigateToManageDisplay() {
  $this
    ->drupalGet('admin/structure/types/manage/' . self::$testNodeBundle . '/display/default');
}