Issue #2633170 by nesta_, Anishnirmal, aneek, joelpittet, amit.drupal, malavya, AlviMurtaza, heykarthikwithu, lluvigne, dawehner: Drupal 8 Install Page: Page title is not complete
parent
0bbc9e3480
commit
0565b281ff
|
@ -1,5 +1,5 @@
|
|||
uuid: ''
|
||||
name: ''
|
||||
name: 'Drupal'
|
||||
mail: ''
|
||||
slogan: ''
|
||||
page:
|
||||
|
|
|
@ -74,4 +74,14 @@ class InstallerTest extends InstallerTestBase {
|
|||
parent::setUpSite();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function visitInstaller() {
|
||||
parent::visitInstaller();
|
||||
|
||||
// Assert the title is correct and has the title suffix.
|
||||
$this->assertTitle('Choose language | Drupal');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue