Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / inline_form_errors / tests / src / FunctionalJavascript / FormErrorHandlerCKEditorTest.php
index bce4ff8bd47fb1cd00722916b7fbdcca6576e903..2007e1e266329d7b467421672b61460d05e74ce0 100644 (file)
@@ -85,7 +85,7 @@ class FormErrorHandlerCKEditorTest extends JavascriptTestBase {
     // Only enter a title in the node add form and leave the body field empty.
     $edit = ['edit-title-0-value' => 'Test inline form error with CKEditor'];
 
-    $this->submitForm($edit, 'Save and publish');
+    $this->submitForm($edit, 'Save');
 
     // Add a bottom margin to the title field to be sure the body field is not
     // visible. PhantomJS runs with a resolution of 1024x768px.