Skip to content

Commit

Permalink
chore(elkjop): update selectors (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
davols authored May 10, 2021
1 parent 64120e7 commit c9049a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/store/model/elkjop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const Elkjop: Store = {
'#product-detail-wrapper > div.col.any-5-12.M-2-5.information > div.buy-button-container.align-left.any-1-1.table-btn > div > div > div.product-price-button-wrap > div > div > span > span',
text: ['Legg i handlevogn'],
},
maxPrice: {
container: '.product-price-container > span:nth-child(1)',
},
outOfStock: {
container:
'#product-detail-wrapper > div.col.any-5-12.M-2-5.information > div.buy-button-container.align-left.any-1-1.table-btn > div > div > div.product-price-button-wrap > div > div > span > span',
Expand Down

0 comments on commit c9049a3

Please sign in to comment.