We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200593 commit b74b7a4Copy full SHA for b74b7a4
app/code/Magento/Indexer/Test/Unit/Block/Backend/Grid/Column/Renderer/StatusTest.php
@@ -49,7 +49,7 @@ public function renderDataProvider()
49
],
50
'set3' => [
51
[\Magento\Framework\Indexer\StateInterface::STATUS_WORKING],
52
- ['class' => 'grid-severity-major', 'text' => 'Processing']
+ ['class' => 'grid-severity-minor', 'text' => 'Processing']
53
]
54
];
55
}
0 commit comments