From e5b23005a2e7ef158daf7535ff042930c60c8138 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 26 Oct 2024 01:47:17 -0700 Subject: [PATCH] test: add latest show to validation spec --- cypress/e2e/zz-validate-data.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/zz-validate-data.cy.js b/cypress/e2e/zz-validate-data.cy.js index 310cbb0a214..61fedd03248 100644 --- a/cypress/e2e/zz-validate-data.cy.js +++ b/cypress/e2e/zz-validate-data.cy.js @@ -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