Skip to content

Commit

Permalink
Update bestbuy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Tech-13 authored Dec 22, 2024
1 parent 25d556c commit a270aa3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ export const BestBuy: Store = {
currency: '$',
labels: {
inStock: {
container: '[data-sticky-media-gallery] .fulfillment-add-to-cart-button',
container: '.fulfillment-add-to-cart-button',
text: ['add to cart'],
},
outOfStock: {
container: 'button.c-button.c-button-disabled[data-sku-id="54959778"][data-button-state="SOLD_OUT"]',

Check failure on line 11 in src/store/model/bestbuy.ts

View workflow job for this annotation

GitHub Actions / Build and lint

Insert `⏎·······`
text: ['Unavailable Nearby'],
},

Check failure on line 13 in src/store/model/bestbuy.ts

View workflow job for this annotation

GitHub Actions / Build and lint

Insert `··`
maxPrice: {
container:

Check failure on line 15 in src/store/model/bestbuy.ts

View workflow job for this annotation

GitHub Actions / Build and lint

Delete `⏎·······`
'[data-sticky-media-gallery] .priceView-price .priceView-hero-price span',
'.pricing-price',
},
},
links: [
Expand Down

0 comments on commit a270aa3

Please sign in to comment.