From d7f242780ef1a0a06d5b65ccfc0999e36a87d49d Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 2 Dec 2020 12:19:01 -0500 Subject: [PATCH] feat(topachat): add `maxPrice` Closes #1097 Signed-off-by: Jef LeCompte --- src/store/model/topachat.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/store/model/topachat.ts b/src/store/model/topachat.ts index 5aee2f9..96de52e 100644 --- a/src/store/model/topachat.ts +++ b/src/store/model/topachat.ts @@ -3,8 +3,11 @@ import {Store} from './store'; export const TopAchat: Store = { labels: { inStock: { - container: '.cart.button', + container: 'input.cart.button[value="Ajouter au panier"]', text: [''] + }, + maxPrice: { + container: 'span.priceFinal.fp44' } }, links: [