Skip to content

Commit 3cbdd85

Browse files
committed
MAGETWO-91895: Build stabilization:
-fix static tests
1 parent 2b76b8a commit 3cbdd85

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Products

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Products/ConditionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testFormLoadsConditionsFromPost()
4545
],
4646
'1--2--1' => [
4747
'type' => \Magento\CatalogWidget\Model\Rule\Condition\Product::class,
48-
'attribute' => 'giftcard_amounts',
48+
'attribute' => 'amounts',
4949
'operator' => '==',
5050
'value' => '123',
5151
],

0 commit comments

Comments
 (0)