diff --git a/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php b/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php index d3424aa..b86e4ae 100644 --- a/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php +++ b/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php @@ -52,10 +52,10 @@ function testAnalyzeBasic() { $this->drupalLogin($this->admin); $this->drupalGet('admin/structure/views/view/test_view/edit'); - $this->assertLink(t('analyze view')); + $this->assertLink(t('Analyze view')); // This redirects the user to the analyze form. - $this->clickLink(t('analyze view')); + $this->clickLink(t('Analyze view')); $this->assertText(t('View analysis')); foreach (array('ok', 'warning', 'error') as $type) {