Skip to content

Commit

Permalink
chore(netonnet-no): update selectors (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
davols authored May 18, 2021
1 parent 1e62878 commit 0378a7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/store/model/netonnet-no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ export const NetonnetNO: Store = {
currency: 'kr.',
labels: {
inStock: {
container: '#productPurchaseBoxContainer > div > button',
container: '[id^="BuyButton_ProductPageStandard_"]',
text: ['Legg i handlevogn'],
},
maxPrice: {
container: '.price-big',
},
outOfStock: {
container: '#productPurchaseBoxContainer > div > button',
container: '[id^="BuyButton_ProductPageStandard_"]',
text: ['Overvåk produktet'],
},
},
Expand Down

0 comments on commit 0378a7c

Please sign in to comment.