Skip to content

Commit 47aa5da

Browse files
committed
reverted changes from conflict files
1 parent fc452ce commit 47aa5da

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
</after>
3131

3232
<!-- Create product -->
33-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="adminProductIndexPageAdd"/>
33+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="adminProductIndexPageAdd"/>
34+
<waitForPageLoad stepKey="waitForProductIndexPageLoad"/>
3435
<actionGroup ref="ResetProductGridToDefaultViewActionGroup" stepKey="resetProductGridColumnsInitial"/>
3536
<actionGroup ref="GoToCreateProductPageActionGroup" stepKey="goToCreateProductPage">
3637
<argument name="product" value="ApiSimpleProduct"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductAttributesStoreViewScopeTest/AdminMassUpdateProductAttributesStoreViewScopeMysqlTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
</after>
3434

3535
<!-- Search and select products -->
36-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
36+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
37+
<waitForPageLoad stepKey="waitForProductIndexPageLoad"/>
3738
<actionGroup ref="SearchProductGridByKeyword2ActionGroup" stepKey="searchByKeyword">
3839
<argument name="keyword" value="api-simple-product"/>
3940
</actionGroup>

app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductStatusStoreViewScopeTest/AdminMassUpdateProductStatusStoreViewScopeMysqlTest.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<actionGroup ref="AdminDeleteWebsiteActionGroup" stepKey="deleteSecondWebsite">
7171
<argument name="websiteName" value="Second Website"/>
7272
</actionGroup>
73-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
73+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
7474

7575
<!--Delete Products -->
7676
<actionGroup ref="DeleteProductActionGroup" stepKey="deleteProduct1">
@@ -83,7 +83,8 @@
8383
</after>
8484

8585
<!-- Search and select products -->
86-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
86+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
87+
<waitForPageLoad stepKey="waitForProductIndexPageLoad"/>
8788
<actionGroup ref="SearchProductGridByKeyword2ActionGroup" stepKey="searchByKeyword">
8889
<argument name="keyword" value="{{simpleProductForMassUpdate.keyword}}"/>
8990
</actionGroup>
@@ -126,7 +127,8 @@
126127
<see userInput="2 items" selector="{{StorefrontCatalogSearchAdvancedResultMainSection.itemFound}}" stepKey="seeInDefault"/>
127128

128129
<!-- Enable the product in Default store view -->
129-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex2"/>
130+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex2"/>
131+
<waitForPageLoad stepKey="waitForProductIndexPageLoad2"/>
130132
<click selector="{{AdminProductGridSection.productGridCheckboxOnRow('1')}}" stepKey="clickCheckboxDefaultStoreView"/>
131133
<click selector="{{AdminProductGridSection.productGridCheckboxOnRow('2')}}" stepKey="clickCheckboxDefaultStoreView2"/>
132134

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
</after>
3131

3232
<!-- Create product -->
33-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="adminProductIndexPageAdd"/>
33+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="adminProductIndexPageAdd"/>
34+
<waitForPageLoad stepKey="waitForProductIndexPageLoad"/>
3435
<actionGroup ref="EnableAdminAccountSharingActionGroup" stepKey="enableAdminAccountSharing"/>
3536
<actionGroup ref="GoToCreateProductPageActionGroup" stepKey="goToCreateProductPage">
3637
<argument name="product" value="ApiSimpleProduct"/>

app/code/Magento/Elasticsearch6/Test/Mftf/Test/StorefrontElasticsearch6SearchInvalidValueTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
</actionGroup>
6767
<actionGroup ref="SaveAttributeSetActionGroup" stepKey="saveAttributeSet"/>
6868
<!--Create product and fill new attribute field-->
69-
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
69+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
70+
<waitForPageLoad stepKey="waitForProductIndexPage"/>
7071
<actionGroup ref="GoToCreateProductPageActionGroup" stepKey="goToCreateProduct">
7172
<argument name="product" value="SimpleProduct"/>
7273
</actionGroup>

0 commit comments

Comments
 (0)