Skip to content

Commit 96556fc

Browse files
committed
AC-8379: Functional test stability fixes
1 parent 5ad550d commit 96556fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductDeleteTest/AdminConfigurableProductDeleteTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>
7171
<deleteData createDataKey="createConfigChildProduct2" stepKey="deleteConfigChildProduct2"/>
7272
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
73+
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
7374

7475
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
7576
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,6 +1831,16 @@
18311831
margin-left: 3px;
18321832
}
18331833

1834+
//
1835+
// Js-tree styles
1836+
// --------------------------------------
1837+
1838+
.jstree-disabled {
1839+
.jstree-checkbox {
1840+
display: none;
1841+
}
1842+
}
1843+
18341844
//
18351845
// Styles for "js" tooltip with positionings
18361846
// --------------------------------------

0 commit comments

Comments
 (0)