Skip to content

Commit d7f7268

Browse files
authored
Merge pull request #101 from magento-gl/pre-release-sync
AC-8794: Sync 2.4.7-beta1-develop with 2.4-develop
2 parents 92dc89a + 246cc07 commit d7f7268

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

AdobeStockAdminUi/Test/Mftf/Test/AdminAdobeStockConfigTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<description value="Admin should be able to configure Adobe Stock Integration"/>
1919
<severity value="CRITICAL"/>
2020
<group value="adobe_stock_integration_configuration"/>
21+
<group value="cloud"/>
2122
</annotations>
2223
<before>
2324
<actionGroup ref="AdminLoginActionGroup" stepKey="loginGetFromGeneralFile"/>

AdobeStockImage/Test/Mftf/Test/StorefrontAdobeStockIntegrationApiSwaggerActionsExistTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Adobe stock actions are available on the Swagger page"/>
1717
<severity value="CRITICAL"/>
1818
<group value="developer_mode_only"/>
19+
<skip>
20+
<issueId value="ACQE-4803">To be converted to WebApi test</issueId>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<getOTP stepKey="getOtpCode"/>

AdobeStockImageAdminUi/Test/Mftf/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ against:
2929

3030
i.e.:
3131

32-
MAGENTO_BASE_URL=https://magento2.local/
33-
MAGENTO_BACKEND_NAME=admin_hgkq1l
34-
MAGENTO_ADMIN_USERNAME=admin
35-
MAGENTO_ADMIN_PASSWORD=admin123
32+
```env
33+
MAGENTO_BASE_URL=https://magento2.local/
34+
MAGENTO_BACKEND_NAME=admin_hgkq1l
35+
MAGENTO_ADMIN_USERNAME=admin
36+
MAGENTO_ADMIN_PASSWORD=admin123
37+
```
3638

3739
More details about the configuration options available via `.env` can be found
3840
on the [MFTF Configuration
@@ -51,10 +53,12 @@ Stock accounts and keys and thus MFTF treats them differently:
5153

5254
i.e.:
5355

54-
magento/adobe_stock_api_key=12345
55-
magento/adobe_stock_private_key=67890
56-
57-
magento/adobe_stock_user_password=password
56+
```env
57+
magento/adobe_stock_api_key=12345
58+
magento/adobe_stock_private_key=67890
59+
60+
magento/adobe_stock_user_password=password
61+
```
5862

5963
More details about storing credentials in MFTF via `.credentials` can be found
6064
on the [MFTF Credentials documentation](https://developer.adobe.com/commerce/testing/functional-testing-framework/credentials/).

AdobeStockImageAdminUi/Test/Mftf/Section/AdminAdobeStockImagePreviewSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<element name="viewAllKeywords" type="button" selector="//*[@id='adobe-stock-images-search-modal']//span[text()='View all']"/>
2323
<element name="keywords" type="block" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword']"/>
2424
<element name="firstKeyword" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword'][1]"/>
25+
<element name="firstKeywordNotAI" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@class='keyword' and not(contains(.,'ai'))][1]"/>
2526
<element name="imagePreviewCategoryText" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[@data-role='image-attributes-value']//span[text()='Category']/following-sibling::div"/>
2627
<element name="keywordsTitle" type="text" selector="//*[@id='adobe-stock-images-search-modal']//div[text()='Similar Keywords']"/>
2728
<element name="keyword" type="block" selector="//div[@class='keyword']//span[text()='{{keyword}}']" parameterized="true"/>

AdobeStockImageAdminUi/Test/Mftf/Test/AdminAdobeStockLocalizationTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</actionGroup>
4545
<actionGroup ref="AdminAdobeStockExpandImagePreviewActionGroup" stepKey="expandImagePreview"/>
4646
<wait time="5" stepKey="waitBeforeExpandSectionLoadFull"/>
47-
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.firstKeyword}}" stepKey="grabKeyword"/>
47+
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.firstKeywordNotAI}}" stepKey="grabKeyword"/>
4848
<grabTextFrom selector="{{AdminAdobeStockImagePreviewSection.imagePreviewCategoryText}}" stepKey="grabCategoryText"/>
4949
<actionGroup ref="AssertAdminAdobeStockKeywordLocalizedActionGroup" stepKey="assertKeywordLocalized">
5050
<argument name="stringToBeVerified" value="{$grabKeyword}"/>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Adobe Stock Integration provides a searchable interface in the Magento Admin to
99
## Documentation
1010

1111
- Complete documentation located on the project [wiki pages](https://github.com/magento/adobe-stock-integration/wiki):
12-
- Project [roadmap](https://github.com/magento/adobe-stock-integration/wiki/Adobe-Stock-Image-Integration-Roadmap) contains information about project phases and stories for each phase
12+
- Project [roadmap](https://github.com/magento/adobe-stock-integration/wiki/Adobe-Stock-Image-Integration-Roadmap) contains information about project phases and stories for each phase
1313
- How to start local development described in the [installation guide](https://github.com/magento/adobe-stock-integration/wiki/Installation)
1414
- How to [run the project tests](https://github.com/magento/adobe-stock-integration/wiki/Run-the-Tests)
1515

1616
## Community Engineering Slack
1717

18-
To connect with Magento team and the Community, join us on the [Magento Community Engineering Slack](https://magentocommeng.slack.com).
18+
To connect with Magento team and the Community, join us on the [Magento Community Engineering Slack](https://magentocommeng.slack.com).
1919
If you are interested in joining Slack, or a specific channel, use our [self signup](https://opensource.magento.com/slack) link.
2020

2121
Adobe Stock Integration project slack channel: [#adobe-stock](https://magentocommeng.slack.com/messages/CJLSYEPFA)

_metapackage/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# Magento_AdobeStock
2-

0 commit comments

Comments
 (0)