function BlockLayoutTourTest::testBlockLayoutTourTips

Tests Block Layout tour tip availability.

File

core/modules/tour/tests/src/Functional/Block/BlockLayoutTourTest.php, line 49

Class

BlockLayoutTourTest
Tests the Block Layout tour.

Namespace

Drupal\Tests\tour\Functional\Block

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.