diff --git a/core/modules/views/src/Tests/Wizard/BasicTest.php b/core/modules/views/src/Tests/Wizard/BasicTest.php
index fe736de..32f570e 100644
--- a/core/modules/views/src/Tests/Wizard/BasicTest.php
+++ b/core/modules/views/src/Tests/Wizard/BasicTest.php
@@ -158,6 +158,7 @@ function testViewsWizardAndListing() {
     $view4['rest_export[create]'] = 1;
     $view4['rest_export[path]'] = $this->randomMachineName(16);
     $this->drupalPostForm('admin/structure/views/add', $view4, t('Save and edit'));
+    $this->assertRaw(t('The view %view has been saved.', array('%view' => $view4['label'])));
 
     // Check that the REST export path works.
     $this->drupalGet($view4['rest_export[path]']);
