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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
4
+ * Copyright 2020 Adobe
5
+ * All Rights Reserved .
6
6
*/
7
7
-->
8
8
14
14
</annotations >
15
15
<waitForElementClickable selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" waitForInvoicesTabClickable" />
16
16
<click selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" openInvoicesTab" />
17
+ <conditionalClick selector =" {{AdminOrderInvoicesTabSection.clearFilters}}" dependentSelector =" {{AdminOrderInvoicesTabSection.clearFilters}}" visible =" true" stepKey =" clearExistingOrderFilters" />
17
18
<waitForElementVisible selector =" {{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey =" waitForInvocesTabOpened" />
18
19
<click selector =" {{AdminOrderInvoicesTabSection.viewGridRow('1')}}" stepKey =" viewInvoice" />
19
20
<waitForPageLoad stepKey =" waitForInvoiceOpened" />
You can’t perform that action at this time.
0 commit comments