File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
app/code/Magento/Translation/Test/Mftf Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
<element name =" progressBarActive" type =" text" selector =" .opc-progress-bar ._active span" />
14
14
<element name =" stepTitleShipping" type =" text" selector =" #shipping div.step-title" />
15
15
<element name =" buttonShippingHere" type =" button" selector =" button.action-select-shipping-item span" />
16
+ <element name =" buttonShipHere" type =" button" selector =" div.shipping-address-item.not-selected-item button.action-select-shipping-item span" />
16
17
<element name =" buttonNewAddress" type =" button" selector =" .new-address-popup button span" />
17
18
<element name =" titleShippingMethod" type =" text" selector =" .checkout-shipping-method .step-title" />
18
19
<element name =" buttonNext" type =" button" selector =" #shipping-method-buttons-container button.primary span" />
Original file line number Diff line number Diff line change 242
242
<actionGroup ref =" StorefrontSubmitInlineTranslationFormActionGroup" stepKey =" translateShippingAddressTitle3" />
243
243
244
244
<!-- Check button "Ship Here" -->
245
- <waitForElementVisible selector =" {{InlineTranslationModeCheckoutSection.buttonShippingHere }}" stepKey =" waitForButtonShipHere" />
245
+ <waitForElementVisible selector =" {{InlineTranslationModeCheckoutSection.buttonShipHere }}" stepKey =" waitForButtonShipHere" />
246
246
<actionGroup ref =" AssertElementInTranslateInlineModeActionGroup" stepKey =" assertButtonShipHere" >
247
- <argument name =" elementSelector" value =" {{InlineTranslationModeCheckoutSection.buttonShippingHere }}" />
247
+ <argument name =" elementSelector" value =" {{InlineTranslationModeCheckoutSection.buttonShipHere }}" />
248
248
</actionGroup >
249
249
250
250
<actionGroup ref =" StorefrontOpenInlineTranslationPopupActionGroup" stepKey =" translateButtonShipHere1" >
251
- <argument name =" elementSelector" value =" {{InlineTranslationModeCheckoutSection.buttonShippingHere }}" />
251
+ <argument name =" elementSelector" value =" {{InlineTranslationModeCheckoutSection.buttonShipHere }}" />
252
252
</actionGroup >
253
253
254
254
<actionGroup ref =" StorefrontFillCustomTranslationFieldActionGroup" stepKey =" translateButtonShipHere2" >
552
552
<see userInput =" Shipping address Translated" selector =" {{InlineTranslationModeCheckoutSection.stepTitleShipping}}" stepKey =" seeTranslateShippingAddressTitle" />
553
553
554
554
<!-- Check translate button "Ship Here" -->
555
- <see userInput =" Ship Here Translated" selector =" {{InlineTranslationModeCheckoutSection.buttonShippingHere }}" stepKey =" seeTranslateButtonShipHere" />
555
+ <see userInput =" Ship Here Translated" selector =" {{InlineTranslationModeCheckoutSection.buttonShipHere }}" stepKey =" seeTranslateButtonShipHere" />
556
556
557
557
<!-- Check translate button "+ New Address"-->
558
558
<see userInput =" New Address Translated" selector =" {{InlineTranslationModeCheckoutSection.buttonNewAddress}}" stepKey =" seeTranslateButtonNewAddress" />
You can’t perform that action at this time.
0 commit comments