Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / language / tests / src / Functional / LanguageNegotiationUrlTest.php
index 8472ff77f55042f15d92ec79e15e7326f2b2355b..07ae85d4338fb32e3e0129671f0fe190a026e132 100644 (file)
@@ -70,7 +70,7 @@ class LanguageNegotiationUrlTest extends BrowserTestBase {
       'title[0][value]' => 'Test',
       'path[0][alias]' => '/eng/test',
     ];
-    $this->drupalPostForm('node/add/article', $nodeValues, $this->t('Save and publish'));
+    $this->drupalPostForm('node/add/article', $nodeValues, $this->t('Save'));
     $this->assertSession()->statusCodeEquals(200);
   }