From da455993166c8518a863c17b10207a37cb9a4fbd Mon Sep 17 00:00:00 2001 From: Yu Tang <ytang1@ebay.com> Date: Sat, 14 Mar 2015 18:01:28 -0500 Subject: [PATCH] MAGETWO-35062: Integration test failure --- .../Magento/Indexer/Controller/Adminhtml/IndexerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/integration/testsuite/Magento/Indexer/Controller/Adminhtml/IndexerTest.php b/dev/tests/integration/testsuite/Magento/Indexer/Controller/Adminhtml/IndexerTest.php index 26fe450bc09..827606d2109 100644 --- a/dev/tests/integration/testsuite/Magento/Indexer/Controller/Adminhtml/IndexerTest.php +++ b/dev/tests/integration/testsuite/Magento/Indexer/Controller/Adminhtml/IndexerTest.php @@ -19,7 +19,7 @@ class IndexerTest extends \Magento\Backend\Utility\Controller { $this->dispatch('backend/indexer/indexer/list/'); $body = $this->getResponse()->getBody(); - $this->assertContains('<h1 class="title">Index Management</h1>', $body); + $this->assertContains('<h1 class="page-title">Index Management</h1>', $body); $this->assertSelectCount('#gridIndexer_massaction-select', 1, $body, 'Mode selector is not found'); $this->assertContains('option value="change_mode_onthefly"', $body); $this->assertContains('option value="change_mode_changelog"', $body); -- GitLab