Skip to content

Commit 4b22ea6

Browse files
committed
MC-32197: The Video related mftf tests are failed due "Daily limit exceeded" error
1 parent efc36cc commit 4b22ea6

5 files changed

+6
-6
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/AdminAddRemoveDefaultVideoBundleProductTest.xml renamed to app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoBundleProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminAddRemoveDefaultVideoBundleProductTest" extends="AdminAddRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="Bundle"/>
13+
<features value="ProductVideo"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to add/remove default product video for a Bundle Product"/>
1616
<description value="Admin should be able to add/remove default product video for a Bundle Product"/>

app/code/Magento/Downloadable/Test/Mftf/Test/AdminAddRemoveDefaultVideoDownloadableProductTest.xml renamed to app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoDownloadableProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminAddRemoveDefaultVideoDownloadableProductTest" extends="AdminAddRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="Downloadable"/>
13+
<features value="ProductVideo"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to add/remove default product video for a Downloadable Product"/>
1616
<description value="Admin should be able to add/remove default product video for a Downloadable Product"/>

app/code/Magento/GroupedProduct/Test/Mftf/Test/AdminAddRemoveDefaultVideoGroupedProductTest.xml renamed to app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoGroupedProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminAddRemoveDefaultVideoGroupedProductTest" extends="AdminAddRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="GroupedProduct"/>
13+
<features value="ProductVideo"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to add/remove default product video for a Grouped Product"/>
1616
<description value="Admin should be able to add/remove default product video for a Grouped Product"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminAddRemoveDefaultVideoSimpleProductTest.xml renamed to app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoSimpleProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminAddRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="Catalog"/>
13+
<features value="ProductVideo"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to add/remove default product video for a Simple Product"/>
1616
<description value="Admin should be able to add/remove default product video for a Simple Product"/>
@@ -23,7 +23,7 @@
2323
<createData entity="ProductVideoYoutubeApiKeyConfig" stepKey="setYoutubeApiKeyConfig"/>
2424
<createData entity="SimpleProduct2" stepKey="createProduct"/>
2525
<!-- Login to Admin page -->
26-
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
26+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2727
</before>
2828
<after>
2929
<createData entity="DefaultProductVideoConfig" stepKey="setYoutubeApiKeyDefaultConfig"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminAddRemoveDefaultVideoVirtualProductTest.xml renamed to app/code/Magento/ProductVideo/Test/Mftf/Test/AdminAddRemoveDefaultVideoVirtualProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="AdminAddRemoveDefaultVideoVirtualProductTest" extends="AdminAddRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="Catalog"/>
13+
<features value="ProductVideo"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to add/remove default product video for a Virtual Product"/>
1616
<description value="Admin should be able to add/remove default product video for a Virtual Product"/>

0 commit comments

Comments
 (0)