Skip to content

Commit 685a184

Browse files
committed
Stability control duties
1 parent 746d3b9 commit 685a184

File tree

3 files changed

+1130
-1387
lines changed

3 files changed

+1130
-1387
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<argument name="address" type="entity"/>
1818
</arguments>
1919

20+
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForEmailFieldVisible" />
2021
<fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="fillEmailField"/>
2122
<fillField selector="{{CheckoutShippingSection.firstName}}" userInput="{{customer.firstName}}" stepKey="fillFirstName"/>
2223
<fillField selector="{{CheckoutShippingSection.lastName}}" userInput="{{customer.lastName}}" stepKey="fillLastName"/>

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"colinmollenhour/credis": "^1.13",
4141
"colinmollenhour/php-redis-session-abstract": "^1.5",
4242
"composer/composer": "^2.0, !=2.2.16",
43+
"doctrine/annotations": "^1.13",
4344
"elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0",
4445
"ezyang/htmlpurifier": "^4.16",
4546
"guzzlehttp/guzzle": "^7.5",
@@ -97,7 +98,7 @@
9798
"friendsofphp/php-cs-fixer": "^3.8",
9899
"lusitanian/oauth": "^0.8",
99100
"magento/magento-coding-standard": "*",
100-
"magento/magento2-functional-testing-framework": "^4.4.1",
101+
"magento/magento2-functional-testing-framework": "^4.3.4",
101102
"pdepend/pdepend": "^2.10",
102103
"phpmd/phpmd": "^2.12",
103104
"phpstan/phpstan": "^1.9",

0 commit comments

Comments
 (0)