mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
feat(playstation): add queuing selector (#1173)
This commit is contained in:
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user