Skip to content

Commit 1c21407

Browse files
committed
OBPIH-6954 remove invalid selector
1 parent 253fdb7 commit 1c21407

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/product/productShow/tabs/InStockTabSection.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ class InStockTabSection extends BasePageModel {
2323
row(index: number) {
2424
return new Row(this.page, this.rows.nth(index));
2525
}
26-
27-
get holdBinInformation() {
28-
return this.page.getByText('This bin has been restricted');
29-
}
3026
}
3127

3228
class Row extends BasePageModel {

0 commit comments

Comments
 (0)