Skip to content

Commit 868b9f9

Browse files
Sahil.kumarManjusha.S
authored andcommitted
MC-26654: Resolved the issue
1 parent 3b6c7de commit 868b9f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckAdminProductGridColumnOptionActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
</arguments>
1818

1919
<checkOption selector="{{AdminProductGridFilterSection.viewColumnOption(optionName)}}" stepKey="checkColumn"/>
20-
<wait stepKey="waitPostClickingCheck" time="5"/>
2120
</actionGroup>
2221
</actionGroups>

app/code/Magento/Catalog/Test/Mftf/Test/AddNewProductAttributeInProductPageTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<actionGroup ref="CheckAdminProductGridColumnOptionActionGroup" stepKey="checkCreatedAttributeColumn">
104104
<argument name="optionName" value="{{ProductAttributeFrontendLabel.label}}"/>
105105
</actionGroup>
106+
<wait stepKey="waitPostClickingCheck" time="5"/>
106107
<actionGroup ref="ToggleAdminProductGridColumnsDropdownActionGroup" stepKey="closeColumnsDropdown"/>
107108

108109
<!-- Asserting the value of the created column -->
@@ -133,7 +134,7 @@
133134
<!-- Assert that attribute values present in layered navigation -->
134135
<actionGroup ref="AssertStorefrontAttributeOptionPresentInLayeredNavigationActionGroup" stepKey="assertAttributeWithOptionInLayeredNavigation">
135136
<argument name="attributeLabel" value="{{ProductAttributeFrontendLabel.label}}"/>
136-
<argument name="attributeOptionLabel" value="value 11"/>
137+
<argument name="attributeOptionLabel" value="value 1 1"/>
137138
</actionGroup>
138139

139140
<!-- Click on the attribute -->

0 commit comments

Comments
 (0)