Skip to content

Commit

Permalink
test: add latest show to validation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Oct 26, 2024
1 parent 9d96ca4 commit e5b2300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/zz-validate-data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ const allShows = [ // TODO replace with proper Cypress fixtures... hopefully hoo
{id: 348, date: '9/7/2024', venue: 'Pier 17'},
{id: 349, date: '10/3/2024', venue: 'Ting Pavilion'},
{id: 350, date: '10/24/2024', venue: 'Fox Theater'},
{id: 351, date: '10/25/2024', venue: 'Fox Theater'},
]

const isSampling = !Cypress.env('VALIDATE_ALL') // corresponds to CYPRESS_VALIDATE_ALL env var
Expand Down

0 comments on commit e5b2300

Please sign in to comment.