Skip to content

Commit 369e445

Browse files
mohit-adobeKarishmathakare19
authored andcommitted
ACQE-8689: [MFTF TESTS] AdminVerifyBehaviorOfDefaultStatusForProcessingStateTest
- The XPath was incorrect earlier. It should accept the cellName as a string.
1 parent 69d9f4c commit 369e445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderStatusGridSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<element name="statusCode" type="input" selector="#sales_order_status_grid_filter_status"/>
1818
<element name="resetFilter" type="button" selector="//div[contains(concat(' ',normalize-space(@class),' '),' action-reset ')]" timeout="30"/>
1919
<element name="search" type="button" selector="[data-action='grid-filter-apply']" timeout="30"/>
20-
<element name="gridCell" type="text" selector="//table[@id='sales_order_status_grid_table']/tbody/tr[{{row}}]/td[{{cellName}}]" parameterized="true" timeout="30"/>
20+
<element name="gridCell" type="text" selector="//table[@id='sales_order_status_grid_table']/tbody/tr[{{row}}]/td['{{cellName}}']" parameterized="true" timeout="30"/>
2121
<element name="stateCodeAndTitleDataColumn" type="input" selector="[data-role=row] [data-column=state]"/>
2222
<element name="unassign" type="text" selector="[data-role=row] [data-column=unassign] a" />
2323
</section>

0 commit comments

Comments
 (0)