Skip to content

Commit 7814fff

Browse files
committed
style(cypress): fix anime name variable
1 parent ac24c37 commit 7814fff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/e2e/providers/tvdb.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('TVDB Integration', () => {
55
metadataSettings: '/settings/metadata',
66
tomorrowIsOursTvShow: '/tv/72879',
77
monsterTvShow: '/tv/225634',
8-
dragonnBallZKayAnime: '/tv/61709',
8+
dragonnBallZKaiAnime: '/tv/61709',
99
};
1010

1111
const SELECTORS = {
@@ -132,7 +132,7 @@ describe('TVDB Integration', () => {
132132

133133
it('should display "Dragon Ball Z Kai" show information with multiple only 2 seasons from TVDB', () => {
134134
// Navigate to the TV show
135-
cy.visit(ROUTES.dragonnBallZKayAnime);
135+
cy.visit(ROUTES.dragonnBallZKaiAnime);
136136

137137
// Intercept season 1 request
138138
cy.intercept('/api/v1/tv/61709/season/1').as('season1');

0 commit comments

Comments
 (0)