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 37d67bf commit 24803a1Copy full SHA for 24803a1
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php
@@ -263,7 +263,7 @@ public function testProductShorDescriptionHasWysiwygEditor()
263
),
264
'"Save & Duplicate" button isn\'t present on Edit Product page'
265
);
266
- $this->assertStringContainsString('buttonsproduct_form_short_description', $body);
+ $this->assertStringContainsString('id=\"toggleproduct_form_short_description\"', $body);
267
$this->assertStringContainsString("{ 'targetElementId': 'product_form_short_description' }", $body);
268
}
269
0 commit comments