From 06f3aafae6ec460c6227a92e6105639be71fc9b3 Mon Sep 17 00:00:00 2001 From: SamP301 <52553448+SamP301@users.noreply.github.com> Date: Fri, 4 Dec 2020 01:25:47 -0500 Subject: [PATCH] fix(bestbuy-ca): model always indicating in stock (#1145) --- src/store/model/bestbuy-ca.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/model/bestbuy-ca.ts b/src/store/model/bestbuy-ca.ts index 8613890..00f1d3c 100644 --- a/src/store/model/bestbuy-ca.ts +++ b/src/store/model/bestbuy-ca.ts @@ -10,6 +10,10 @@ export const BestBuyCa: Store = { container: 'div[class^="productPricingContainer"] span[class^="screenReaderOnly_"', euroFormat: false + }, + outOfStock: { + container: 'button.addToCartButton.disabled_XY3i_', + text: ['Add to Cart'] } }, links: [