From 7814fffc1118802efa2a7ca7d35e9502627c025f Mon Sep 17 00:00:00 2001 From: TOomaAh Date: Tue, 6 May 2025 13:53:11 +0200 Subject: [PATCH] style(cypress): fix anime name variable --- cypress/e2e/providers/tvdb.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/providers/tvdb.cy.ts b/cypress/e2e/providers/tvdb.cy.ts index c5242a74..f83eaf22 100644 --- a/cypress/e2e/providers/tvdb.cy.ts +++ b/cypress/e2e/providers/tvdb.cy.ts @@ -5,7 +5,7 @@ describe('TVDB Integration', () => { metadataSettings: '/settings/metadata', tomorrowIsOursTvShow: '/tv/72879', monsterTvShow: '/tv/225634', - dragonnBallZKayAnime: '/tv/61709', + dragonnBallZKaiAnime: '/tv/61709', }; const SELECTORS = { @@ -132,7 +132,7 @@ describe('TVDB Integration', () => { it('should display "Dragon Ball Z Kai" show information with multiple only 2 seasons from TVDB', () => { // Navigate to the TV show - cy.visit(ROUTES.dragonnBallZKayAnime); + cy.visit(ROUTES.dragonnBallZKaiAnime); // Intercept season 1 request cy.intercept('/api/v1/tv/61709/season/1').as('season1');