File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Sales Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminCreditMemoOrderInformationSection" >
12
- <element name =" orderId" type =" text" selector =" div.order-information span.title > a" timeout =" 30 " />
12
+ <element name =" orderId" type =" text" selector =" div.order-information span.title > a" timeout =" 60 " />
13
13
<element name =" orderDate" type =" text" selector =" .order-information table.order-information-table tr:first-of-type > td" />
14
14
<element name =" orderStatus" type =" text" selector =" .order-information table.order-information-table #order_status" />
15
15
<element name =" purchasedFrom" type =" text" selector =" .order-information table.order-information-table tr:last-of-type > td" />
Original file line number Diff line number Diff line change 157
157
<actionGroup ref =" seeProductInItemsRefunded" stepKey =" seeConfigurableProductInItemsRefunded" after =" seeSimpleProductInItemsRefunded" >
158
158
<argument name =" product" value =" BaseConfigurableProduct" />
159
159
</actionGroup >
160
- <click selector =" {{AdminCreditMemoOrderInformationSection.orderId}}" stepKey =" clickOrderIdLinkOnCreditMemo" after =" seeConfigurableProductInItemsRefunded" />
160
+ <scrollToTopOfPage stepKey =" scrollToTopOfCreditMemo" after =" seeConfigurableProductInItemsRefunded" />
161
+ <click selector =" {{AdminCreditMemoOrderInformationSection.orderId}}" stepKey =" clickOrderIdLinkOnCreditMemo" after =" scrollToTopOfCreditMemo" />
161
162
162
163
<!-- Admin uses order grid-->
163
164
<amOnPage url =" {{AdminOrdersPage}}" stepKey =" navigateToOrderGridPage" after =" clickOrderIdLinkOnCreditMemo" />
You can’t perform that action at this time.
0 commit comments