Skip to content

Commit

Permalink
test: fix venue name
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Oct 25, 2024
1 parent 90f4c2b commit 9c6883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/zz-validate-data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const allShows = [ // TODO replace with proper Cypress fixtures... hopefully hoo
{id: 347, date: '9/6/2024', venue: 'Pier 17'},
{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: 'The Fox'},
{id: 350, date: '10/24/2024', venue: 'Fox Theater'},
]

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

0 comments on commit 9c6883c

Please sign in to comment.