Skip to content

Commit

Permalink
chore(otto): add labels for xbox series x & s (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onind authored May 10, 2021
1 parent c9049a3 commit d0a6c7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/store/model/otto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,27 @@ export const Otto: Store = {
},
{
brand: 'microsoft',
labels: {
inStock: {
container:
'.js_shortInfo__variationName.prd_shortInfo__variationName',
text: ['Xbox Series S'],
},
},
model: 'xbox series s',
series: 'xboxss',
url:
'https://www.otto.de/p/xbox-series-s-1229056876/#variationId=1229056877',
},
{
brand: 'microsoft',
labels: {
inStock: {
container:
'.js_shortInfo__variationName.prd_shortInfo__variationName',
text: ['Xbox Series X'],
},
},
model: 'xbox series x',
series: 'xboxsx',
url:
Expand Down

0 comments on commit d0a6c7e

Please sign in to comment.