You are here

public function BlockLayoutTourTest::testBlockLayoutTourTips in Drupal 9

Tests Block Layout tour tip availability.

File

core/modules/block/tests/src/Functional/BlockLayoutTourTest.php, line 46

Class

BlockLayoutTourTest
Tests the Block Layout tour.

Namespace

Drupal\Tests\block\Functional

Code

public function testBlockLayoutTourTips() {
  $this
    ->drupalGet('admin/structure/block');
  $this
    ->assertTourTips();
}