Skip to content

Commit f472b8b

Browse files
KevinBKozanokolesnyk
authored andcommitted
MQE-802: Make ActionObject list of allowed characters comprehensive
- Edited checked in tests to pass new standard
1 parent 7faf5a7 commit f472b8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/AddProductToCartActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<arguments>
1313
<argument name="product" defaultValue="product"/>
1414
</arguments>
15-
<amOnPage stepKey="navigateProductPage-{{product.name}}" url="/{{product.name}}.html"/>
16-
<click stepKey="addToCart-{{product.name}}" selector="{{StorefrontProductPageSection.AddToCartBtn}}"/>
15+
<amOnPage stepKey="navigateProductPage" url="/{{product.name}}.html"/>
16+
<click stepKey="addToCart" selector="{{StorefrontProductPageSection.AddToCartBtn}}"/>
1717
<waitForElementVisible selector="{{StorefrontProductPageSection.SuccessMsg}}" time="30" stepKey="waitForProductAdded"/>
1818
</actionGroup>
1919
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/AdminCategorySidebarTreeSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1111
<section name="AdminCategorySidebarTreeSection">
12-
<element name="Collapse All" type="button" selector=".tree-actions a:first-child"/>
13-
<element name="Expand All" type="button" selector=".tree-actions a:last-child"/>
12+
<element name="collapseAll" type="button" selector=".tree-actions a:first-child"/>
13+
<element name="expandAll" type="button" selector=".tree-actions a:last-child"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)