feat(playstation): add queuing selector (#1173)

This commit is contained in:
Will Whitney
2020-12-11 12:08:47 -05:00
committed by GitHub
parent 5786481b31
commit 67b19a7a8b
+10 -4
View File
@@ -3,10 +3,16 @@ import fetch from 'node-fetch';
export const PlayStation: Store = { export const PlayStation: Store = {
labels: { labels: {
inStock: { inStock: [
container: '.productHero-info .add-to-cart:not(.hide)', {
text: ['Add'] container: '.productHero-info .add-to-cart:not(.hide)',
}, text: ['Add']
},
{
container: '.bulleted-info.queue',
text: ['queue']
}
],
outOfStock: { outOfStock: {
container: '.productHero-info .out-stock-wrpr:not(.hide)', container: '.productHero-info .out-stock-wrpr:not(.hide)',
text: ['Out of Stock'] text: ['Out of Stock']