Issue #2646962 by walangitan, klidifia: AjaxPageStateTest typo and test cleanup
parent
b95ae50276
commit
09dc9cbbc0
|
@ -48,7 +48,7 @@ class AjaxPageStateTest extends WebTestBase {
|
|||
);
|
||||
$this->assertRaw(
|
||||
'/core/misc/drupalSettingsLoader.js',
|
||||
'The Dupalsettings library from core should be loaded.'
|
||||
'The drupalSettings library from core should be loaded.'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,7 @@ class AjaxPageStateTest extends WebTestBase {
|
|||
|
||||
$this->assertRaw(
|
||||
'/core/misc/drupalSettingsLoader.js',
|
||||
'The Dupalsettings library from core should be loaded.'
|
||||
'The drupalSettings library from core should be loaded.'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ class AjaxPageStateTest extends WebTestBase {
|
|||
|
||||
$this->assertNoRaw(
|
||||
'/core/misc/drupalSettingsLoader.js',
|
||||
'The Dupalsettings library from core should be excluded from loading.'
|
||||
'The drupalSettings library from core should be excluded from loading.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue