diff --git a/core/modules/search/src/Tests/SearchQueryAlterTest.php b/core/modules/search/src/Tests/SearchQueryAlterTest.php index 422e99f..5e8d216 100644 --- a/core/modules/search/src/Tests/SearchQueryAlterTest.php +++ b/core/modules/search/src/Tests/SearchQueryAlterTest.php @@ -47,7 +47,7 @@ function testQueryAlter() { // Search for the body keyword 'pizza'. $this->drupalPostForm('search/node', array('keys' => 'pizza'), t('Search')); // The article should be there but not the page. - $this->assertText('test article', 'Article is in search results'); - $this->assertNoText('test page', 'Page is not in search results'); + $this->assertText('article', 'Article is in search results'); + $this->assertNoText('page', 'Page is not in search results'); } } diff --git a/core/modules/system/css/components/icons.theme.css b/core/modules/system/css/components/icons.theme.css index 947bf47..de48b37 100644 --- a/core/modules/system/css/components/icons.theme.css +++ b/core/modules/system/css/components/icons.theme.css @@ -12,7 +12,7 @@ padding: 1px 20px 1px 0; } .feed-icon { - background: url(../../../misc/feed.png) no-repeat; + background: url(../../../../misc/feed.png) no-repeat; overflow: hidden; text-indent: -9999px; display: block;