Skip to content

Commit e817691

Browse files
committed
MAGETWO-49091: Unskip CatalogRule FAT tests and fix if needed
1 parent 8d4a081 commit e817691

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/CatalogRule/Test/Block/Adminhtml/FormPageActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class FormPageActions extends PageActions
1919
*
2020
* @var string
2121
*/
22-
protected $saveAndApplyButton = '#save_apply';
22+
protected $saveAndApplyButton = '#save_and_apply';
2323

2424
/**
2525
* Click on "Save and Apply" button

dev/tests/functional/tests/app/Magento/CatalogRule/Test/TestCase/CreateCatalogRuleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class CreateCatalogRuleTest extends AbstractCatalogRuleEntityTest
4444
*/
4545
public function testCreate(CatalogRule $catalogPriceRule, $product, $conditionEntity, Customer $customer = null)
4646
{
47-
$this->markTestIncomplete('MAGETWO-48731');
4847
/** @var CatalogProductSimple $productSimple */
4948
$productSimple = $this->fixtureFactory->createByCode('catalogProductSimple', ['dataset' => $product]);
5049
// Prepare data

0 commit comments

Comments
 (0)