Skip to content
Snippets Groups Projects

Issue #3340468: Spelling mistake

Closed Charchil Khandelwal requested to merge issue/modules_weight-3340468:8.x-1.x into 8.x-1.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -89,7 +89,7 @@ class ModulesListFormTest extends BrowserTestBase {
// Sending the form.
$this->submitForm($edit, 'op');
// Verifiying the save message.
// Verifying the save message.
$this->assertSession()->pageTextContains('The modules weight was updated.');
$this->assertSession()->pageTextContains('Internal Dynamic Page Cache have now as weight: 15');
$this->assertSession()->pageTextContains('Internal Page Cache have now as weight: 15');
@@ -122,7 +122,7 @@ class ModulesListFormTest extends BrowserTestBase {
// Sending the form.
$this->submitForm($edit, 'op');
// Verifiying the save message.
// Verifying the save message.
$this->assertSession()->pageTextContains('The modules weight was updated.');
$this->assertSession()->pageTextContains('System have now as weight: 15');
$this->assertSession()->pageTextContains('Internal Page Cache have now as weight: -3');
Loading