X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flanguage%2Ftests%2Fsrc%2FFunctional%2FLanguageNegotiationUrlTest.php;h=07ae85d4338fb32e3e0129671f0fe190a026e132;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=8472ff77f55042f15d92ec79e15e7326f2b2355b;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php b/web/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php index 8472ff77f..07ae85d43 100644 --- a/web/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php +++ b/web/core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php @@ -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); }