Skip to content

Commit a3ac204

Browse files
ACP2E-391 Fix integration test failures
1 parent 0caf3d6 commit a3ac204

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/ProductTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ public function testEditAction()
232232
),
233233
'"Save & Duplicate" button isn\'t present on Edit Product page'
234234
);
235-
$this->assertStringContainsString('toggleproduct_form_short_description', $body);
236235
}
237236

238237
/**
@@ -247,7 +246,7 @@ public function testProductShorDescriptionHasWysiwygEditor()
247246
$product = $repository->get('simple');
248247
$this->dispatch('backend/catalog/product/edit/id/' . $product->getEntityId());
249248
$body = $this->getResponse()->getBody();
250-
$this->assertStringContainsString('toggleproduct_form_short_description', $body);
249+
$this->assertStringContainsString('buttonsproduct_form_short_description', $body);
251250
}
252251

253252
/**

0 commit comments

Comments
 (0)