File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33 /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
4+ * Copyright 2020 Adobe
5+ * All Rights Reserved .
66 */
77-->
88
1414 </annotations >
1515 <waitForElementClickable selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" waitForInvoicesTabClickable" />
1616 <click selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" openInvoicesTab" />
17+ <conditionalClick selector =" {{AdminOrderInvoicesTabSection.clearFilters}}" dependentSelector =" {{AdminOrderInvoicesTabSection.clearFilters}}" visible =" true" stepKey =" clearExistingOrderFilters" />
1718 <waitForElementVisible selector =" {{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey =" waitForInvocesTabOpened" />
1819 <click selector =" {{AdminOrderInvoicesTabSection.viewGridRow('1')}}" stepKey =" viewInvoice" />
1920 <waitForPageLoad stepKey =" waitForInvoiceOpened" />
You can’t perform that action at this time.
0 commit comments