'access tour',
]);
$this->
drupalLogin($this->adminUser
);
$this->
drupalPlaceBlock('local_actions_block'
);
} /**
* Tests language tour tip availability.
*/
public function testLanguageTour() { $this->
drupalGet('admin/config/regional/language'
);
$this->
assertTourTips();
} /**
* Go to add language page and check the tour tooltips.
*/
public function testLanguageAddTour() { $this->
drupalGet('admin/config/regional/language/add'
);
$this->
assertTourTips();
} /**
* Go to edit language page and check the tour tooltips.
*/