function LanguageTourTest::testLanguageAddTour

Go to add language page and check the tour tooltips.

File

core/modules/tour/tests/src/Functional/Language/LanguageTourTest.php, line 60

Class

LanguageTourTest
Tests tour functionality.

Namespace

Drupal\Tests\tour\Functional\Language

Code

public function testLanguageAddTour() : void {
  $this->drupalGet('admin/config/regional/language/add');
  $this->assertTourTips();
}

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