Skip to content

Commit 22f29fe

Browse files
committed
did changes in test and actiongroup
2 parents b6e45a5 + 035802b commit 22f29fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminLoginActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</arguments>
1919

2020

21+
2122
<amOnPage url="{{AdminLoginPage.url}}" stepKey="navigateToAdmin"/>
2223
<fillField selector="{{AdminLoginFormSection.username}}" userInput="{{username}}" stepKey="fillUsername"/>
2324
<fillField selector="{{AdminLoginFormSection.password}}" userInput="{{password}}" stepKey="fillPassword"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<argument name="category" value="$$createCategory$$"/>
171171
</actionGroup>
172172

173-
<click selector="{{AdminChecksListAndGridModeSection.gridMode}}" stepKey="switchToGridMode"/>
173+
<click selector="{{AdminChecksListAndGridModeSection.gridMode}}" stepKey="switchToGridMode4"/>
174174
<seeNumberOfElements selector="{{AdminChecksListAndGridModeSection.productCount}}" userInput="10" stepKey="seeNumberOfProductsInGridView"/>
175175

176176

0 commit comments

Comments
 (0)