Skip to content
Snippets Groups Projects
Commit 0565b281 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2633170 by nesta_, Anishnirmal, aneek, joelpittet, amit.drupal,...

Issue #2633170 by nesta_, Anishnirmal, aneek, joelpittet, amit.drupal, malavya, AlviMurtaza, heykarthikwithu, lluvigne, dawehner: Drupal 8 Install Page: Page title is not complete
parent 0bbc9e34
No related branches found
No related tags found
No related merge requests found
uuid: ''
name: ''
name: 'Drupal'
mail: ''
slogan: ''
page:
......
......@@ -74,4 +74,14 @@ protected function setUpSite() {
parent::setUpSite();
}
/**
* {@inheritdoc}
*/
protected function visitInstaller() {
parent::visitInstaller();
// Assert the title is correct and has the title suffix.
$this->assertTitle('Choose language | Drupal');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment