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 26fe450bc09707af9b4288f1bac4c82b8a3ac593..827606d2109cc98040774d98805329fe5ca57594 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);