We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac24c37 commit 7814fffCopy full SHA for 7814fff
1 file changed
cypress/e2e/providers/tvdb.cy.ts
@@ -5,7 +5,7 @@ describe('TVDB Integration', () => {
5
metadataSettings: '/settings/metadata',
6
tomorrowIsOursTvShow: '/tv/72879',
7
monsterTvShow: '/tv/225634',
8
- dragonnBallZKayAnime: '/tv/61709',
+ dragonnBallZKaiAnime: '/tv/61709',
9
};
10
11
const SELECTORS = {
@@ -132,7 +132,7 @@ describe('TVDB Integration', () => {
132
133
it('should display "Dragon Ball Z Kai" show information with multiple only 2 seasons from TVDB', () => {
134
// Navigate to the TV show
135
- cy.visit(ROUTES.dragonnBallZKayAnime);
+ cy.visit(ROUTES.dragonnBallZKaiAnime);
136
137
// Intercept season 1 request
138
cy.intercept('/api/v1/tv/61709/season/1').as('season1');
0 commit comments