mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat(target): add additional selector for 'ship it' (#737)
This commit is contained in:
@@ -2,10 +2,16 @@ import {Store} from './store';
|
||||
|
||||
export const Target: Store = {
|
||||
labels: {
|
||||
inStock: {
|
||||
container: '[data-test="preorderButton"]',
|
||||
text: ['Preorder now']
|
||||
},
|
||||
inStock: [
|
||||
{
|
||||
container: '[data-test="preorderButton"]',
|
||||
text: ['Preorder now']
|
||||
},
|
||||
{
|
||||
container: '[data-test="shipItButton"]',
|
||||
text: ['Ship it']
|
||||
}
|
||||
],
|
||||
maxPrice: {
|
||||
container: '[data-test="product-price"]'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user