Skip to content

Commit cf11370

Browse files
committed
improve name of element
1 parent 6495127 commit cf11370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/putaway/components/CompletePutawayTable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Row extends BasePageModel {
3232
return this.row.getByTestId('table-cell').nth(10);
3333
}
3434

35-
get qtyField() {
35+
get quantity() {
3636
return this.row.getByTestId('table-cell').nth(7);
3737
}
3838
}

0 commit comments

Comments
 (0)