Skip to content

Commit

Permalink
fix: bestbuy label container selector precision (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 authored Oct 12, 2020
1 parent 81daa7c commit cbc3b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import {Store} from './store';
export const BestBuy: Store = {
labels: {
inStock: {
container: '.v-m-bottom-g',
container: '[data-sticky-media-gallery] .fulfillment-add-to-cart-button',
text: ['add to cart']
},
maxPrice: {
container: 'div[class="priceView-hero-price priceView-customer-price"] > span',
container: '[data-sticky-media-gallery] .priceView-price .priceView-hero-price span',
euroFormat: false
}
},
Expand Down

0 comments on commit cbc3b0b

Please sign in to comment.