Skip to content

Commit 12e1a88

Browse files
author
Viktor Sevch
committed
MC-35101: Stacked Paypal message on Admin Settings Menu tabs
1 parent d6da5e2 commit 12e1a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Test/Unit/Block/System/Config/Form/FieldsetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function testRenderWithStoredElements($expanded, $nested, $extra)
243243
$this->assertStringContainsString('test_field_toHTML', $actual);
244244

245245
$expected = '<div id="row_test_field_id_comment" class="system-tooltip-box">test_field_tootip</div>' .
246-
'<style>row_test_field_id_comment { display:none; }</style>';
246+
'<style>#row_test_field_id_comment { display:none; }</style>';
247247
$this->assertStringContainsString($expected, $actual);
248248
if ($nested) {
249249
$this->assertStringContainsString('nested', $actual);

0 commit comments

Comments
 (0)