File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const badId = 999999999999999;
1111// User Ratings
1212describe ( 'Live: Fetch rating page' , ( ) => {
1313 test ( 'Fetch `912-bart` user and check some movie' , async ( ) => {
14- const MOVIE_NAME = 'Návštěvník ' ;
14+ const MOVIE_NAME = 'Poslední Viking ' ;
1515
1616 const movies = await csfd . userRatings ( '912-bart' ) ;
1717 const movieSelected = movies . filter ( ( x ) => x . title === MOVIE_NAME ) [ 0 ] ;
@@ -27,7 +27,7 @@ describe('Fetch rating page 2', () => {
2727 test ( 'Fetch `912-bart` user – page 2 and check html' , async ( ) => {
2828 const url = userRatingsUrl ( 912 , 2 ) ;
2929 const html = await fetchPage ( url ) ;
30- expect ( html ) . toContain ( 'Můj soused Totoro ' ) ;
30+ expect ( html ) . toContain ( 'Návštěvník ' ) ;
3131 } ) ;
3232} ) ;
3333
You can’t perform that action at this time.
0 commit comments